Uses of Class
com.sun.xml.bind.v2.runtime.output.Pcdata

Packages that use Pcdata
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
 void XMLSerializer.leafElement(Name tagName, Pcdata data, String fieldName)
           
 void XMLSerializer.text(Pcdata text, String fieldName)
          The XMLSerializer.text(String, String) method that takes Pcdata.
 

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
 void XmlOutput.text(Pcdata value, boolean needsSeparatingWhitespace)
          Writes XML text with character escaping, if necessary.
 void SAXOutput.text(Pcdata value, boolean needsSP)
           
 void ForkXmlOutput.text(Pcdata value, boolean needsSeparatingWhitespace)
           
 void MTOMXmlOutput.text(Pcdata value, boolean needsSeparatingWhitespace)
           
 void XMLEventWriterOutput.text(Pcdata value, boolean needsSeparatingWhitespace)
           
 void XMLStreamWriterOutput.text(Pcdata value, boolean needsSeparatingWhitespace)
           
 void UTF8XmlOutput.text(Pcdata value, boolean needSP)
           
 void IndentingUTF8XmlOutput.text(Pcdata value, boolean needSP)
           
 

Uses of Pcdata in com.sun.xml.bind.v2.runtime.unmarshaller
 

Subclasses of Pcdata in com.sun.xml.bind.v2.runtime.unmarshaller
 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
          Typed CharSequence for int[].
 class IntData
          Pcdata that represents a single integer.