Package xylia.sax.contentmodelparser

Interface Summary
ContentModelFactory An interface for objects that create content models.
ContentModelKinds The four kinds of content models.
ContentModelParserConstants  
ParsedContentModelHandler An interface for objects that handle parsed content models.
 

Class Summary
ContentModelMap A Map of content models.
ContentModelParserDeclHandler A DeclHandler to handle content models.
ContentModelParserTokenManager  
ContentParserTests Some unit tests for the contentmodelparser package.
ConvertToDFA Converts a regular expression to a Deterministe Finite Automaton (DFA).
DefaultContentModel A content model able to check validity of a sequence of children.
DefaultContentModelFactory Construct a DefaultContentModel.
FiniteStateAutomaton A Finite State Automaton.
RegExp A tree node for representing regular expressions.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
StateTransitionStructure A graph structure for Finite State Automata.
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError