public static class ElementEnumSaxHandler.ElementHandler<ELEMENT> extends java.lang.Object
Constructor and Description |
---|
ElementHandler() |
Modifier and Type | Method and Description |
---|---|
void |
onEndElement(ELEMENT element)
Being called each time the handled element is closed.
|
void |
onStartElement(ELEMENT element,
org.xml.sax.Attributes attributes)
Being called each time the handled element is opened.
|
public ElementHandler()
public void onStartElement(ELEMENT element, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void onEndElement(ELEMENT element) throws org.xml.sax.SAXException
org.xml.sax.SAXException