|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectXMLOutput
Constructor Summary | |
XMLOutput()
Create an instance of XMLOutput. |
Method Summary | |
java.lang.String |
toXML(YaspPoem poem)
Make some funny xml-code out of a given YaspPoem. |
void |
toXMLFile(java.lang.String fileName)
Take the xml output of this.toXML() and write it to a file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLOutput()
Method Detail |
public java.lang.String toXML(YaspPoem poem)
poem
- the YaspPoem to process.public void toXMLFile(java.lang.String fileName) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |