|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ADOMException | |
| org.moremotion.adom | |
| org.moremotion.datasrc | |
| Uses of ADOMException in org.moremotion.adom |
| Methods in org.moremotion.adom that throw ADOMException | |
static void |
ADOMException.redirect(java.lang.String page)
Utility method for throwing an ADOM Exception with a redirection to a specified page. |
void |
ADOM.saveToFile(java.lang.String fileName)
Saves the ADOM to the specified file as XML string using the encoding UTF-8. |
void |
ADOM.saveToFile(java.io.File file)
Saves the ADOM to the specified file as XML string using the encoding UTF-8. |
void |
ADOM.loadFromFile(java.lang.String fileName)
Loads the ADOM from the specified text file that contains a valid XML document. |
void |
ADOM.loadFromFile(java.io.File file)
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 |
| Uses of ADOMException in org.moremotion.datasrc |
| Methods in org.moremotion.datasrc that throw ADOMException | |
ADOM |
ADOMBuilder.build()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||