|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjitas.xml.writer.XMLWriter
public abstract class XMLWriter
The abstract class provides the basic functions for users to write the content to XML file.
Constructor Summary | |
---|---|
XMLWriter()
|
Method Summary | |
---|---|
org.w3c.dom.Document |
loadXML(java.lang.String pathName)
Load the XML file with given path name. |
void |
writeToXML(org.w3c.dom.Document parsedDoc,
java.lang.String pathName)
Write the content to XML file with given document and path name If something goes wrong, and the file can't write, we don't write anything. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLWriter()
Method Detail |
---|
public org.w3c.dom.Document loadXML(java.lang.String pathName)
pathName
-
public void writeToXML(org.w3c.dom.Document parsedDoc, java.lang.String pathName)
parsedDoc
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |