Main class of the Interpreter. A contributed or default-JDKs XML-Parser is used to parse the given InputStream into a org.jdom.Document. The Document is then passed to the Contribution responsible for the given Format.
The following kind of Extensions are possible:
SAXParser allows to contribute the XML Parser to be used
FormatInterpreter allow to contribute Interpreters based on a XML Format
NamespaceHandler allow to contribute processing for Namespaces
ElementHandler allow to contribute custom processing for Elements
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.