Package edu.buffalo.nsf.xmlcqa.data.dtd

Package containing regular expressions and DTD.

See:
          Description

Class Summary
Clousure A class representing Kleene's clousure.
Concat A class representing concatenation of two regular expressions.
DTD A class representing Document Type Definition.
NDFA A class representing an nondeterminisic finite state automata (NDFA).
RegExpr An abstract class facilitating construction of regular expressions.
Tag Class representing tag label of a document.
Union A class representing a union of two regular expressions.
ValidationAutomaton Automaton checking the conformance of a token stream with a given DTD.
 

Error Summary
DTD.DTDCycleDetected A standard class indicating improper DTD definition.
 

Package edu.buffalo.nsf.xmlcqa.data.dtd Description

Package containing regular expressions and DTD. There are three central classes contained in this package:

This package also contains ValidationAutomaton which checks if a token stream conforms to a given DTD.