|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xmlstore.convert.XMLOutputter
public class XMLOutputter
| Constructor Summary | |
|---|---|
XMLOutputter()
Construct an XML Outputter that with the default indent step. |
|
XMLOutputter(int indent)
Construct an XML Outputter that with the specified indent step. |
|
| Method Summary | |
|---|---|
void |
output(Node node,
OutputStream os)
Output a node as an XML document. |
void |
output(Node node,
Writer out)
Output a node as an XML document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLOutputter()
public XMLOutputter(int indent)
indent - the number of spaces to use as indentation.| Method Detail |
|---|
public void output(Node node,
Writer out)
throws XMLException
Writer.
node - node to be outputout - writer to output to
XMLException - if an error occurs during writing.
public void output(Node node,
OutputStream os)
throws XMLException
OutputStream.
node - node to be outputos - output stream to output to
XMLException - if an error occurs during writing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||