|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttom.library.xml.TNodeToXML
public class TNodeToXML
Constructor Summary | |
---|---|
TNodeToXML()
|
Method Summary | |
---|---|
void |
setOutputStream(OutputStream out)
Set up the output stream |
void |
setWriter(Writer writer)
Set up the writer |
void |
tnodeToXML(TNode n)
Convert a TNode to XML |
String |
xml(TNode n)
Return a string representation of a TNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TNodeToXML()
Method Detail |
---|
public void setOutputStream(OutputStream out)
out
- the output stream to set uppublic void setWriter(Writer writer)
writer
- the writer to set uppublic String xml(TNode n)
n
- the TNode which is converted into xml
public void tnodeToXML(TNode n)
n
- the TNode to convert
RuntimeException
- in case of problem in DocumentTypeNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |