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 TypeMethodDescriptionvoidXMLSerializer.leafElement(Name tagName, Pcdata data, String fieldName) voidTheXMLSerializer.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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidWrites 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 classFed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire.final classTypedCharSequencefor int[].classPcdatathat represents a single integer.