This class is not part of the public API.

Class: com.sun.xml.internal.bind.v2.runtime.output.Pcdata

Text data in XML.

This class is used inside the marshaller/unmarshaller to send/receive text data.

On top of CharSequence, this class has an ability to write itself to the com.sun.xml.internal.bind.v2.runtime.output.XmlOutput. This allows the implementation to choose the most efficient way possible when writing to XML (for example, it can skip the escaping of buffer copying.) TODO: visitor pattern support?

Authors:
@author Kohsuke Kawaguchi

Inheritance

Superclass tree: Implements:

Methods