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