Uses of Class
com.sun.xml.stream.buffer.AbstractProcessor

Packages that use AbstractProcessor
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
 class SAXBufferProcessor
          A processor of a XMLStreamBuffer that that reads the XML infoset as XMLReader.
 

Uses of AbstractProcessor in com.sun.xml.stream.buffer.stax
 

Subclasses of AbstractProcessor in com.sun.xml.stream.buffer.stax
 class StreamReaderBufferProcessor
          A processor of a XMLStreamBuffer that reads the XML infoset as XMLStreamReader.
 class StreamWriterBufferProcessor
          A processor of a XMLStreamBuffer that writes the XML infoset to a XMLStreamWriter.