|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xpresso.xml.output.Outputter
public class Outputter
Outputter make the XML content of the Document available by various means.
This code is under the LGPL v3 licence.
Constructor Summary | |
---|---|
Outputter()
|
Method Summary | |
---|---|
void |
output(Document document,
java.io.OutputStream stream)
Make it possible to output the Document in a Outputstream |
void |
output(Document document,
java.io.Writer writer)
Make it possible to output the Document in a Writer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Outputter()
Method Detail |
---|
public void output(Document document, java.io.Writer writer) throws java.io.IOException
document
- The documentwriter
-
java.io.IOException
public void output(Document document, java.io.OutputStream stream) throws java.io.IOException
document
- stream
-
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |