Uses of Package
eu.bandm.tools.rdparser
Packages that use eu.bandm.tools.rdparser
Package
Description
Model for w3c XML DTDs, with preserved syntax.
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Framework for simple recursive-descend parsers.
-
Classes in eu.bandm.tools.rdparser used by eu.bandm.tools.dtdClassDescriptionParser skeleton for explicit lexical decoding and recursive descent ("hand-coded") parsing of idiosyncratic grammars.Parser skeleton which defines the most important character set constants for XML parsing.
-
Classes in eu.bandm.tools.rdparser used by eu.bandm.tools.dtmClassDescriptionParser skeleton for explicit lexical decoding and recursive descent ("hand-coded") parsing of idiosyncratic grammars.Parser skeleton which defines the most important character set constants for XML parsing.
-
Classes in eu.bandm.tools.rdparser used by eu.bandm.tools.rdparserClassDescriptionAuxiliary class for
TunableParser, which expands entities by inserting their expansion text directly into the delivered character stream.Auxiliary class forIncludingCharBuf, representing exactly one source of character data, ie the original file or inserted expansions.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 aBitSet.