This class is used inside the marshaller/unmarshaller to send/receive text data.
On top of {@link CharSequence}, this class has an ability to write itself to the {@link 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? @author Kohsuke Kawaguchi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|