protected abstract SAXTagHandler |
SimpleContentHandler.getRootHandler(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
This function is called, when the root element is opened
through ContentHandler.startElement(String, String, String, Attributes) . |
SAXTagHandler |
SAXTagHandler.startChildElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
This function is called, when a child element is opened inside the processed
tag through ContentHandler.startElement(String, String, String, Attributes) . |