Uses of Class
com.sun.xml.stream.buffer.AbstractProcessor
-
Packages that use AbstractProcessor Package Description com.sun.xml.stream.buffer.sax com.sun.xml.stream.buffer.stax -
-
Uses of AbstractProcessor in com.sun.xml.stream.buffer.sax
Subclasses of AbstractProcessor in com.sun.xml.stream.buffer.sax Modifier and Type Class Description class
SAXBufferProcessor
A processor of aXMLStreamBuffer
that that reads the XML infoset asXMLReader
. -
Uses of AbstractProcessor in com.sun.xml.stream.buffer.stax
Subclasses of AbstractProcessor in com.sun.xml.stream.buffer.stax Modifier and Type Class Description class
StreamReaderBufferProcessor
A processor of aXMLStreamBuffer
that reads the XML infoset asXMLStreamReader
.class
StreamWriterBufferProcessor
A processor of aXMLStreamBuffer
that writes the XML infoset to aXMLStreamWriter
.
-