Package | Description |
---|---|
com.sun.xml.bind.marshaller | |
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 | Class and Description |
---|---|
class |
DumbEscapeHandler
Escape everything above the US-ASCII code range.
|
class |
MinimumEscapeHandler
Performs no character escaping.
|
class |
NioEscapeHandler
Uses JDK1.4 NIO functionality to escape characters smartly.
|
class |
NoEscapeHandler
Performs no character escaping.
|
Modifier and Type | Field and Description |
---|---|
static CharacterEscapeHandler |
MinimumEscapeHandler.theInstance |
static CharacterEscapeHandler |
DumbEscapeHandler.theInstance |
Constructor and Description |
---|
DataWriter(Writer writer,
String encoding,
CharacterEscapeHandler _escapeHandler)
Create a new data writer for the specified output.
|
XMLWriter(Writer writer,
String encoding,
CharacterEscapeHandler _escapeHandler)
Create a new XML writer.
|
Modifier and Type | Method and Description |
---|---|
protected CharacterEscapeHandler |
MarshallerImpl.createEscapeHandler(String encoding) |
Modifier and Type | Method and Description |
---|---|
static XmlOutput |
XMLStreamWriterOutput.create(XMLStreamWriter out,
JAXBContextImpl context,
CharacterEscapeHandler escapeHandler)
Creates a new
XmlOutput from a XMLStreamWriter . |
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) |
XMLStreamWriterOutput(XMLStreamWriter out,
CharacterEscapeHandler escapeHandler) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.