public static class DOCXEngine.ContentTypeProcess
extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
ContentTypeProcess(DocumentInfo documentInfo) |
Modifier and Type | Method and Description |
---|---|
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Receive notification of the start of an element.
|
protected void |
writeAttributes(java.lang.String qName,
org.xml.sax.Attributes attributes) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public ContentTypeProcess(DocumentInfo documentInfo)
public void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
namespaceURI
- The Namespace URI, or the empty string if the element has no Namespace URI or if
Namespace processing is not being performed.localName
- The local name (without prefix), or the empty string if Namespace processing is not
being performed.qName
- The qualified name (with prefix), or the empty string if qualified names are not available.attributes
- The attributes attached to the element. If there are no attributes, it shall be an
empty Attributes object.org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.protected void writeAttributes(java.lang.String qName, org.xml.sax.Attributes attributes)
Copyright © 2010 - No Magic Asia