Package | Description |
---|---|
net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
Modifier and Type | Method and Description |
---|---|
XMLEvent |
StaxUtil.nextElement(XMLEventReader xmlReader)
|
String |
StaxUtil.readText(XMLStreamReader xmlReader)
This method reads the
text at the current position of the given
xmlReader . |
void |
StaxUtil.skipOpenElement(XMLEventReader xmlReader)
This method skips all events until the current element (tag) is closed.
|
void |
StaxUtil.skipOpenElement(XMLStreamReader xmlReader)
This method skips all events until the current element (tag) is closed.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.