Package | Description |
---|---|
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 | Class | Description |
---|---|---|
class |
C14nXmlOutput |
XmlOutput that generates canonical XML. |
class |
IndentingUTF8XmlOutput |
UTF8XmlOutput with indentation. |
Modifier and Type | Method | Description |
---|---|---|
void |
Encoded.write(UTF8XmlOutput out) |
Writes the encoded bytes to the given output stream.
|
abstract void |
Pcdata.writeTo(UTF8XmlOutput output) |
Writes itself to
UTF8XmlOutput . |
Modifier and Type | Method | Description |
---|---|---|
void |
Base64Data.writeTo(UTF8XmlOutput output) |
|
void |
IntArrayData.writeTo(UTF8XmlOutput output) |
|
void |
IntData.writeTo(UTF8XmlOutput output) |
Copyright © 2018 Oracle Corporation. All rights reserved.