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 |
Modifier and Type | Method | Description |
---|---|---|
void |
XMLSerializer.leafElement(Name tagName,
Pcdata data,
java.lang.String fieldName) |
|
void |
XMLSerializer.text(Pcdata text,
java.lang.String fieldName) |
The
XMLSerializer.text(String, String) method that takes 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) |
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 |
Typed
CharSequence for int[]. |
class |
IntData |
Pcdata that represents a single integer. |
Copyright © 2018 Oracle Corporation. All rights reserved.