|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLEncoder | |
org.znerd.xmlenc | Xmlenc, the fast XML output library. |
Uses of XMLEncoder in org.znerd.xmlenc |
Methods in org.znerd.xmlenc that return XMLEncoder | |
static XMLEncoder |
XMLEncoder.getEncoder(String encoding)
Retrieves an XMLEncoder for the specified encoding. |
Methods in org.znerd.xmlenc with parameters of type XMLEncoder | |
void |
XMLOutputter.reset(Writer out,
XMLEncoder encoder)
Resets this XMLOutputter and configures it for the
specified output stream and encoder. |
Constructors in org.znerd.xmlenc with parameters of type XMLEncoder | |
XMLOutputter(Writer out,
XMLEncoder encoder)
Constructs a new XMLOutputter for the specified
Writer and encoder . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |