Searched defs:XMLStreamBuffer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DXMLStreamBuffer.java55 * A XMLStreamBuffer is an abstract class. It is immutable with
60 * A XMLStreamBuffer can be processed using specific SAX and StAX-based
61 * processors. Utility methods on XMLStreamBuffer are provided for
63 * The same instance of a XMLStreamBuffer may be processed
67 * There are two concrete implementations of XMLStreamBuffer.
70 * processed as an XMLStreamBuffer. The second,
73 * {@link XMLStreamBuffer} to be treated as its own {@link XMLStreamBuffer}.
76 * A XMLStreamBuffer can represent a complete XML infoset or a subtree
82 public abstract class XMLStreamBuffer { class
[all...]

Completed in 33 milliseconds