| Package | Description |
|---|---|
| com.sun.xml.txw2.output |
Defines XmlSerializer and its built-in implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DumbEscapeHandler
Escape everything above the US-ASCII code range.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.