Uses of Class
com.sun.xml.bind.v2.runtime.output.Pcdata
Packages that use Pcdata
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Code that writes well-formed XML (
XmlOutput
and its implementations}.-
Uses of Pcdata in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type PcdataModifier and TypeMethodDescriptionvoid
XMLSerializer.leafElement
(Name tagName, Pcdata data, String fieldName) void
TheXMLSerializer.text(String, String)
method that takesPcdata
. -
Uses of Pcdata in com.sun.xml.bind.v2.runtime.output
Methods in com.sun.xml.bind.v2.runtime.output with parameters of type PcdataModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
Writes XML text with character escaping, if necessary.void
-
Uses of Pcdata in com.sun.xml.bind.v2.runtime.unmarshaller
Subclasses of Pcdata in com.sun.xml.bind.v2.runtime.unmarshallerModifier and TypeClassDescriptionfinal class
Fed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire.final class
TypedCharSequence
for int[].class
Pcdata
that represents a single integer.