Package cwi.GraphXML

Interface Summary
GraphSemantics Semantic methods for the interpretation of an xmlgraph.
ParserError Separating this interface is just a syntactic sugar; in some cases, various modules are interested in an error manager only, not a full parser.
ParserErrorListener Classes implementing this interface can react on errors raised by the parser.
 

Class Summary
AbstractParser Abstract parser.
GraphSemanticsAdapter A simple implementation of the GraphSemantics interface; all methods are void.
InterpretDocument Interpret a full GraphXML document.
ParserListenerAdapter A simple implementation of the Parser Error Listener interface, which prints the messages on the standard error output.
StructureIterator Structure iterator class.
XercesParser Implementation of the abstract parser on the top of the IBM XML4J/Apache Xerces package.