|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmassim.visualization.svg.SvgXmlFile
public class SvgXmlFile
Field Summary | |
---|---|
protected java.lang.String |
svgEnding
|
Constructor Summary | |
---|---|
SvgXmlFile()
|
Method Summary | |
---|---|
org.w3c.dom.Document |
generateXML()
generate a XML-File |
org.w3c.dom.Document |
openFile(org.w3c.dom.Document doc,
java.lang.String myFile)
parse an xml |
void |
saveXML(org.w3c.dom.Document mainDoc,
java.lang.String myFile)
save given document |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String svgEnding
Constructor Detail |
---|
public SvgXmlFile()
Method Detail |
---|
public org.w3c.dom.Document generateXML()
return
- genertated documentpublic org.w3c.dom.Document openFile(org.w3c.dom.Document doc, java.lang.String myFile)
doc
- myFile
-
public void saveXML(org.w3c.dom.Document mainDoc, java.lang.String myFile)
mainDoc
- Document to savemyFile
- path where Document will save
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |