Uses of Interface
com.sun.xml.fastinfoset.OctetBufferListener
-
Packages that use OctetBufferListener Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.stax com.sun.xml.rpc.streaming -
-
Uses of OctetBufferListener in com.sun.xml.fastinfoset
Methods in com.sun.xml.fastinfoset with parameters of type OctetBufferListener Modifier and Type Method Description protected intDecoder. peek(OctetBufferListener octetBufferListener)protected intDecoder. peek2(OctetBufferListener octetBufferListener) -
Uses of OctetBufferListener in com.sun.xml.fastinfoset.stax
Classes in com.sun.xml.fastinfoset.stax that implement OctetBufferListener Modifier and Type Class Description classStAXDocumentParserThe Fast Infoset StAX parser. -
Uses of OctetBufferListener in com.sun.xml.rpc.streaming
Classes in com.sun.xml.rpc.streaming that implement OctetBufferListener Modifier and Type Class Description classFastInfosetReaderXMLReader provides a high-level streaming parser interface for reading XML documents.
-