public static interface XMLElement.Handler
| Modifier and Type | Method and Description |
|---|---|
XMLElement |
onElementEnd(XMLElement element)
Called on element end.
|
XMLElement |
onElementStart(XMLElement element)
Called on element start.
|
@CheckForNull XMLElement onElementEnd(@Nonnull XMLElement element) throws XMLDocument.ParseException
element - The element.XMLDocument.ParseException - When appropriate.@CheckForNull XMLElement onElementStart(@Nonnull XMLElement element) throws XMLDocument.ParseException
element - The element.XMLDocument.ParseException - When appropriate.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.