public class AceDomReader extends DomReader
| Constructor and Description |
|---|
AceDomReader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argv) |
static AceDocument |
parseDocument(java.io.File f)
Parses one ACE specification
|
getAttributeValue, getChildByAttribute, getChildByName, getChildByNameAndAttribute, getChildrenByName, readDocumentpublic static AceDocument parseDocument(java.io.File f) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
java.io.IOExceptionorg.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationExceptionpublic static void main(java.lang.String[] argv)
throws java.lang.Exception
java.lang.Exception