Uses of Class
fr.opensagres.xdocreport.document.docx.preprocessor.sax.DocXBufferedDocumentContentHandler

Packages that use DocXBufferedDocumentContentHandler
fr.opensagres.xdocreport.document.docx.preprocessor.sax   
fr.opensagres.xdocreport.document.docx.preprocessor.sax.hyperlinks   
fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes   
fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.endnotes   
fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.footnotes   
 

Uses of DocXBufferedDocumentContentHandler in fr.opensagres.xdocreport.document.docx.preprocessor.sax
 

Fields in fr.opensagres.xdocreport.document.docx.preprocessor.sax declared as DocXBufferedDocumentContentHandler
protected  DocXBufferedDocumentContentHandler DocxBufferedDocument.handler
           
 

Constructors in fr.opensagres.xdocreport.document.docx.preprocessor.sax with parameters of type DocXBufferedDocumentContentHandler
DocxBufferedDocument(DocXBufferedDocumentContentHandler handler)
           
 

Uses of DocXBufferedDocumentContentHandler in fr.opensagres.xdocreport.document.docx.preprocessor.sax.hyperlinks
 

Constructors in fr.opensagres.xdocreport.document.docx.preprocessor.sax.hyperlinks with parameters of type DocXBufferedDocumentContentHandler
HyperlinkBufferedRegion(DocXBufferedDocumentContentHandler handler, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
 

Uses of DocXBufferedDocumentContentHandler in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes
 

Constructors in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes with parameters of type DocXBufferedDocumentContentHandler
AbstractNoteBufferedRegion(DocXBufferedDocumentContentHandler handler, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
AbstractNoteReferenceBufferedRegion(DocXBufferedDocumentContentHandler handler, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
AbstractNotesBufferedDocument(DocXBufferedDocumentContentHandler handler)
           
 

Uses of DocXBufferedDocumentContentHandler in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.endnotes
 

Subclasses of DocXBufferedDocumentContentHandler in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.endnotes
 class DocxEndnotesDocumentContentHandler
           
 

Constructors in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.endnotes with parameters of type DocXBufferedDocumentContentHandler
EndnoteBufferedRegion(DocXBufferedDocumentContentHandler handler, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
EndnoteReferenceBufferedRegion(DocXBufferedDocumentContentHandler handler, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
EndnotesBufferedDocument(DocXBufferedDocumentContentHandler handler)
           
 

Uses of DocXBufferedDocumentContentHandler in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.footnotes
 

Subclasses of DocXBufferedDocumentContentHandler in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.footnotes
 class DocxFootnotesDocumentContentHandler
           
 

Constructors in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.footnotes with parameters of type DocXBufferedDocumentContentHandler
FootnoteBufferedRegion(DocXBufferedDocumentContentHandler handler, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
FootnoteReferenceBufferedRegion(DocXBufferedDocumentContentHandler handler, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
FootnotesBufferedDocument(DocXBufferedDocumentContentHandler handler)
           
 



Copyright © 2013. All Rights Reserved.