| Methods in org.moremotion.adom that throw ADOMException |
void |
ADOM.loadFromFile(java.io.File file)
Loads the ADOM from the specified text file that contains a valid XML document. |
void |
ADOM.loadFromFile(java.lang.String fileName)
Loads the ADOM from the specified text file that contains a valid XML document. |
void |
ADOM.parseXML(java.lang.String xml)
Parses the given XML string and creates the ADOMNodes for this ADOM object |
void |
ADOM.saveToFile(java.io.File file)
Saves the ADOM to the specified file as XML string using the encoding UTF-8. |
void |
ADOM.saveToFile(java.lang.String fileName)
Saves the ADOM to the specified file as XML string using the encoding UTF-8. |