| 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}. |
| Modifier and Type | Method and Description |
|---|---|
Encoded[] |
JAXBContextImpl.getUTF8NameTable() |
| Constructor and Description |
|---|
C14nXmlOutput(OutputStream out,
Encoded[] localNames,
boolean namedAttributesAreOrdered,
CharacterEscapeHandler escapeHandler) |
IndentingUTF8XmlOutput(OutputStream out,
String indentStr,
Encoded[] localNames,
CharacterEscapeHandler escapeHandler) |
UTF8XmlOutput(OutputStream out,
Encoded[] localNames,
CharacterEscapeHandler escapeHandler) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.