Class StAXDocumentParser

java.lang.Object
com.sun.xml.fastinfoset.Decoder
com.sun.xml.fastinfoset.stax.StAXDocumentParser
All Implemented Interfaces:
OctetBufferListener, XMLStreamConstants, XMLStreamReader, FastInfosetParser, FastInfosetStreamReader

public class StAXDocumentParser extends Decoder implements XMLStreamReader, FastInfosetStreamReader, OctetBufferListener
The Fast Infoset StAX parser.

Instantiate this parser to parse a fast infoset document in accordance with the StAX API.

More than one fast infoset document may be decoded from the InputStream.