public interface BufferedXMLInputStream extends XMLInputStream
CharacterData, 
ProcessingInstruction, 
StartElement, 
EndElement, 
CharacterData, 
XMLName| Modifier and Type | Method and Description | 
|---|---|
| void | mark()Deprecated.  Sets the marks a point to return to in the stream,
 throws an exception if the stream does not support mark. | 
| void | reset()Deprecated.  Resets the stream to the previous mark. | 
close, getReferenceResolver, getSubStream, hasNext, next, peek, setReferenceResolver, skip, skip, skip, skip, skipElementvoid mark() throws XMLStreamException
XMLStreamExceptionvoid reset()
    throws XMLStreamException
XMLStreamException