Package eu.bandm.tools.rdparser


package eu.bandm.tools.rdparser
Framework for simple recursive-descend parsers. Trimmed for efficiency and used for booting DTD parsing.
  • Class
    Description
    Auxiliary class for TunableParser, which expands entities by inserting their expansion text directly into the delivered character stream.
    Parser skeleton for explicit lexical decoding and recursive descent ("hand-coded") parsing of idiosyncratic grammars.
    Auxiliary class which realizes a character set by the characteristic predicate.
    Auxiliary class which realizes a character set by a BitSet.
    Parser skeleton which defines the most important character set constants for XML parsing.