stella.xml
Class DOMTarget.Properties
java.lang.Object
stella.xml.DOMTarget.Properties
- Enclosing class:
- DOMTarget
public static class DOMTarget.Properties
- extends Object
A class that reads in an xml-file, parses, and prints out the global
properties of the target. Used to trace inconcsistencies with parsed
targets default properties.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMTarget.Properties
public DOMTarget.Properties()
main
public static void main(String[] arg)
throws IOException
- Reads in the first command line argument, uses this xml-file to
construct a Document via
TargetFragment#createTargetDocument,
parses this into a ParsedTarget with
DOMTarget.parseTarget(java.lang.String, org.w3c.dom.Document, java.util.Map). This ParsedTarget is then
queried for its string properties.
- Throws:
IOException