fr.opensagres.xdocreport.document.docx.preprocessor.sax.numbering
Class DocxNumberingDocumentContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
fr.opensagres.xdocreport.document.preprocessor.sax.BufferedDocumentContentHandler
fr.opensagres.xdocreport.document.docx.preprocessor.sax.numbering.DocxNumberingDocumentContentHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class DocxNumberingDocumentContentHandler
- extends BufferedDocumentContentHandler
| Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedDocumentContentHandler |
characters, createDocument, endElement, findParentElementInfo, findParentElementInfo, flushCharacters, getBufferedDocument, getCurrentElement, getElementIndex, mustEncodeCharachers, printEscaped, resetCharacters, startDocument, startElement, startPrefixMapping, toAttributesImpl |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocxNumberingDocumentContentHandler
public DocxNumberingDocumentContentHandler(IDocumentFormatter formatter,
Map<String,Object> sharedContext)
doStartElement
public boolean doStartElement(String uri,
String localName,
String name,
Attributes attributes)
throws SAXException
- Overrides:
doStartElement in class BufferedDocumentContentHandler
- Throws:
SAXException
doEndElement
public void doEndElement(String uri,
String localName,
String name)
throws SAXException
- Overrides:
doEndElement in class BufferedDocumentContentHandler
- Throws:
SAXException
Copyright © 2013. All Rights Reserved.