Package com.powsybl.commons.xml
Interface XmlUtil.XmlEventHandlerWithDepth
-
- Enclosing class:
- XmlUtil
public static interface XmlUtil.XmlEventHandlerWithDepth
An richer event handler which give element depth with each start event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStartElement(int elementDepth)
-
-
-
Method Detail
-
onStartElement
void onStartElement(int elementDepth) throws XMLStreamException
- Throws:
XMLStreamException
-
-