Uses of Class
com.sun.xml.stream.buffer.AbstractProcessor
Packages that use AbstractProcessor
-
Uses of AbstractProcessor in com.sun.xml.stream.buffer.sax
Subclasses of AbstractProcessor in com.sun.xml.stream.buffer.saxModifier and TypeClassDescriptionclass
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.staxModifier and TypeClassDescriptionclass
A processor of aXMLStreamBuffer
that reads the XML infoset asXMLStreamReader
.class
A processor of aXMLStreamBuffer
that writes the XML infoset to aXMLStreamWriter
.