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 classSAXBufferProcessorA processor of aXMLStreamBufferthat 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 classStreamReaderBufferProcessorA processor of aXMLStreamBufferthat reads the XML infoset asXMLStreamReader.classStreamWriterBufferProcessorA processor of aXMLStreamBufferthat writes the XML infoset to aXMLStreamWriter.
-