Uses of Class
org.glassfish.flashlight.xml.StaxParser.EndDocumentException
-
Packages that use StaxParser.EndDocumentException Package Description org.glassfish.flashlight.xml -
-
Uses of StaxParser.EndDocumentException in org.glassfish.flashlight.xml
Methods in org.glassfish.flashlight.xml that throw StaxParser.EndDocumentException Modifier and Type Method Description protected intStaxParser. next()The same as calling XmlStreamReader.next() except that we throw a special Exception if the end of the document was reachedprotected voidStaxParser. nextStart()Skip to the next START_ELEMENTprotected voidProbeProviderStaxParser. read()protected abstract voidStaxParser. read()protected voidStaxParser. skipPast(String name)Skip to the first START_ELEMENT after the given START_ELEMENT name This is useful for skipping past the root elementprotected voidStaxParser. skipTo(String name)The cursor will be pointing at the START_ELEMENT of name when it returns.
-