| Package | Description |
|---|---|
| org.glassfish.flashlight.xml |
| Modifier and Type | Method and Description |
|---|---|
protected int |
StaxParser.next()
The same as calling XmlStreamReader.next() except that we throw a special
Exception if the end of the document was reached
|
protected void |
StaxParser.nextStart()
Skip to the next START_ELEMENT
|
protected abstract void |
StaxParser.read() |
protected void |
ProbeProviderStaxParser.read() |
protected void |
StaxParser.skipPast(String name)
Skip to the first START_ELEMENT after the given START_ELEMENT name
This is useful for skipping past the root element
|
protected void |
StaxParser.skipTo(String name)
The cursor will be pointing at the START_ELEMENT of name when it returns.
|
Copyright © 2017. All rights reserved.