org.apache.xmlbeans.xml.stream
public interface: BufferedXMLInputStream [javadoc |
source]
All Implemented Interfaces:
XMLInputStream
Deprecated! XMLInputStream - was deprecated by XMLStreamReader from STaX - jsr173 API.
Extends the XMLInputStream to allow marking and reseting of the stream.
| Method from org.apache.xmlbeans.xml.stream.BufferedXMLInputStream Summary: |
|---|
|
mark, reset |
| Method from org.apache.xmlbeans.xml.stream.BufferedXMLInputStream Detail: |
public void mark() throws XMLStreamException Deprecated!
Sets the marks a point to return to in the stream,
throws an exception if the stream does not support mark.
This is only supported in BufferedStreams |
public void reset() throws XMLStreamException Deprecated!
Resets the stream to the previous mark.
throws an exception if the stream does not support mark; |