Uses of Class
com.sun.xml.bind.v2.runtime.output.Pcdata
-
Packages that use Pcdata Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput
and its implementations}.com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of Pcdata in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type Pcdata Modifier and Type Method Description void
XMLSerializer. leafElement(Name tagName, Pcdata data, String fieldName)
void
XMLSerializer. text(Pcdata text, String fieldName)
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 Pcdata Modifier and Type Method Description void
FastInfosetStreamWriterOutput. text(Pcdata value, boolean needsSeparatingWhitespace)
void
ForkXmlOutput. text(Pcdata value, boolean needsSeparatingWhitespace)
void
IndentingUTF8XmlOutput. text(Pcdata value, boolean needSP)
void
MTOMXmlOutput. text(Pcdata value, boolean needsSeparatingWhitespace)
void
SAXOutput. text(Pcdata value, boolean needsSP)
void
StAXExStreamWriterOutput. text(Pcdata value, boolean needsSeparatingWhitespace)
void
UTF8XmlOutput. text(Pcdata value, boolean needSP)
void
XMLEventWriterOutput. text(Pcdata value, boolean needsSeparatingWhitespace)
void
XmlOutput. text(Pcdata value, boolean needsSeparatingWhitespace)
Writes XML text with character escaping, if necessary.void
XMLStreamWriterOutput. text(Pcdata value, boolean needsSeparatingWhitespace)
-
Uses of Pcdata in com.sun.xml.bind.v2.runtime.unmarshaller
Subclasses of Pcdata in com.sun.xml.bind.v2.runtime.unmarshaller Modifier and Type Class Description class
Base64Data
Fed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire.class
IntArrayData
TypedCharSequence
for int[].class
IntData
Pcdata
that represents a single integer.
-