Package de.unirostock.sems.xmlutils.eg
Class NodeUsageExample
- java.lang.Object
-
- de.unirostock.sems.xmlutils.eg.NodeUsageExample
-
public class NodeUsageExample extends Object
- Author:
- Martin Scharm
-
-
Constructor Summary
Constructors Constructor Description NodeUsageExample()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws XmlDocumentParseException, FileNotFoundException, ParserConfigurationException, SAXException, IOException, XmlDocumentConsistencyException, org.jdom2.JDOMException
The main method.- Parameters:
args- the arguments- Throws:
XmlDocumentParseException- the xml document parse exceptionFileNotFoundException- the file not found exceptionParserConfigurationException- the parser configuration exceptionSAXException- the SAX exceptionIOException- Signals that an I/O exception has occurred.XmlDocumentConsistencyException- the xml document consistency exceptionorg.jdom2.JDOMException- the JDOM exception
-
-