public static class DOCXEngine.StyleProcess
extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
StyleProcess() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName) |
java.util.Set<java.lang.String> |
getStyleIds() |
java.util.Set<java.lang.String> |
getStyleLatents() |
java.util.Map<java.lang.String,java.lang.String> |
getStyleNameMap() |
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.
|
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.public void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public java.util.Map<java.lang.String,java.lang.String> getStyleNameMap()
public java.util.Set<java.lang.String> getStyleIds()
public java.util.Set<java.lang.String> getStyleLatents()
Copyright © 2010 - No Magic Asia