Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.output.Pcdata
-
Packages that use Pcdata Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of Pcdata in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type Pcdata Modifier and Type Method Description voidXMLSerializer. leafElement(Name tagName, Pcdata data, String fieldName)voidXMLSerializer. text(Pcdata text, String fieldName)TheXMLSerializer.text(String, String)method that takesPcdata. -
Uses of Pcdata in org.glassfish.jaxb.runtime.v2.runtime.output
Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type Pcdata Modifier and Type Method Description voidFastInfosetStreamWriterOutput. text(Pcdata value, boolean needsSeparatingWhitespace)voidForkXmlOutput. text(Pcdata value, boolean needsSeparatingWhitespace)voidIndentingUTF8XmlOutput. text(Pcdata value, boolean needSP)voidMTOMXmlOutput. text(Pcdata value, boolean needsSeparatingWhitespace)voidSAXOutput. text(Pcdata value, boolean needsSP)voidStAXExStreamWriterOutput. text(Pcdata value, boolean needsSeparatingWhitespace)voidUTF8XmlOutput. text(Pcdata value, boolean needSP)voidXMLEventWriterOutput. text(Pcdata value, boolean needsSeparatingWhitespace)voidXmlOutput. text(Pcdata value, boolean needsSeparatingWhitespace)Writes XML text with character escaping, if necessary.voidXMLStreamWriterOutput. text(Pcdata value, boolean needsSeparatingWhitespace) -
Uses of Pcdata in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Subclasses of Pcdata in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller Modifier and Type Class Description classBase64DataFed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire.classIntArrayDataTypedCharSequencefor int[].classIntDataPcdatathat represents a single integer.
-