PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
Constructor | Description |
---|---|
XMLResult() |
|
XMLResult(OutputStream out) |
|
XMLResult(OutputStream out,
OutputFormat format) |
|
XMLResult(Writer writer) |
|
XMLResult(Writer writer,
OutputFormat format) |
|
XMLResult(XMLWriter xmlWriter) |
Modifier and Type | Method | Description |
---|---|---|
ContentHandler |
getHandler() |
|
LexicalHandler |
getLexicalHandler() |
|
XMLWriter |
getXMLWriter() |
|
void |
setXMLWriter(XMLWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSystemId, setHandler, setLexicalHandler, setSystemId
public XMLResult()
public XMLResult(Writer writer)
public XMLResult(Writer writer, OutputFormat format)
public XMLResult(OutputStream out) throws UnsupportedEncodingException
UnsupportedEncodingException
public XMLResult(OutputStream out, OutputFormat format) throws UnsupportedEncodingException
UnsupportedEncodingException
public XMLResult(XMLWriter xmlWriter)
public XMLWriter getXMLWriter()
public void setXMLWriter(XMLWriter writer)
public ContentHandler getHandler()
getHandler
in class SAXResult
public LexicalHandler getLexicalHandler()
getLexicalHandler
in class SAXResult