| Package | Description |
|---|---|
| org.znerd.xmlenc |
Xmlenc, the fast XML output library.
|
| Modifier and Type | Method | Description |
|---|---|---|
static XMLEncoder |
XMLEncoder.getEncoder(String encoding) |
Retrieves an
XMLEncoder for the specified encoding. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XMLOutputter.reset(Writer out,
XMLEncoder encoder) |
Resets this
XMLOutputter and configures it for the
specified output stream and encoder. |
| Constructor | Description |
|---|---|
XMLOutputter(Writer out,
XMLEncoder encoder) |
Constructs a new
XMLOutputter for the specified
Writer and encoder. |