fr.opensagres.xdocreport.document.docx.preprocessor
Class DocxContentTypesDocumentContentHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by fr.opensagres.xdocreport.document.preprocessor.sax.BufferedDocumentContentHandler
          extended by fr.opensagres.xdocreport.document.docx.preprocessor.DocxContentTypesDocumentContentHandler
All Implemented Interfaces:
EncodingConstants, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class DocxContentTypesDocumentContentHandler
extends BufferedDocumentContentHandler


Field Summary
 
Fields inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedDocumentContentHandler
bufferedDocument, CDATA_TYPE
 
Fields inherited from interface fr.opensagres.xdocreport.core.EncodingConstants
APOS, GT, LT, UTF_8
 
Constructor Summary
DocxContentTypesDocumentContentHandler()
           
 
Method Summary
 void doEndElement(java.lang.String uri, java.lang.String localName, java.lang.String name)
           
 boolean doStartElement(java.lang.String uri, java.lang.String localName, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void startDocument()
           
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedDocumentContentHandler
characters, createDocument, endElement, findParentElementInfo, findParentElementInfo, flushCharacters, getBufferedDocument, getCurrentElement, resetCharacters, 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
 

Constructor Detail

DocxContentTypesDocumentContentHandler

public DocxContentTypesDocumentContentHandler()
Method Detail

startDocument

public void startDocument()
                   throws org.xml.sax.SAXException
Specified by:
startDocument in interface org.xml.sax.ContentHandler
Overrides:
startDocument in class BufferedDocumentContentHandler
Throws:
org.xml.sax.SAXException

doStartElement

public boolean doStartElement(java.lang.String uri,
                              java.lang.String localName,
                              java.lang.String name,
                              org.xml.sax.Attributes attributes)
                       throws org.xml.sax.SAXException
Overrides:
doStartElement in class BufferedDocumentContentHandler
Throws:
org.xml.sax.SAXException

doEndElement

public void doEndElement(java.lang.String uri,
                         java.lang.String localName,
                         java.lang.String name)
                  throws org.xml.sax.SAXException
Overrides:
doEndElement in class BufferedDocumentContentHandler
Throws:
org.xml.sax.SAXException


Copyright © 2011. All Rights Reserved.