Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
eu.bandm.tools.tdom |
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbbrevExpandingFormatter
A Visitor which replaces "XML DTD Parameter Entities" by their "replacement text".
|
class |
ContentSimplifier
Rewriter which simplifies all content models in a Dtd.
|
static class |
DTD.__Formatter
(Ancillary class for generating pretty-print format objects).
|
static class |
DTD.__SAX_Writer
Encoder for umod's own XML serialisation.
|
static class |
DTD.CoRewriter
Visitor generated by umod according to field selection #0.
|
static class |
DTD.Dump
Visitor generated by umod according to field selection #0.
|
static class |
DTD.Rewriter
Visitor generated by umod according to field selection #0.
|
static class |
DTD.SinglePathVisitor
Visitor generated by umod according to field selection #0.
|
static class |
DTD.Visitor
Visitor generated by umod according to field selection #0.
|
Modifier and Type | Method and Description |
---|---|
void |
DTD.Choice.descend_alts(DTD.MATCH_ONLY_00 visitor) |
void |
DTD.Attlist.descend_atts(DTD.MATCH_ONLY_00 visitor) |
void |
DTD.Seq.descend_elems(DTD.MATCH_ONLY_00 visitor) |
void |
DTD.AttDef.descend_locations(DTD.MATCH_ONLY_00 visitor) |
void |
DTD.Dtd.descend_locations(DTD.MATCH_ONLY_00 visitor) |
void |
DTD.MarkupDecl.descend_locations(DTD.MATCH_ONLY_00 visitor) |
void |
DTD.Dtd.descend_markup(DTD.MATCH_ONLY_00 visitor) |
Modifier and Type | Class and Description |
---|---|
class |
LocationFilter |
class |
TypedDOMGenerator
Top-level class for converting a DTD into a collection of Java sources.
|
static class |
TypedDOMGenerator.AbstractNamespaceCollector
Steps through the DTD and processes all PIs which have a tdom namespace declaration.
|
see also the complete user documentation .