Class | Description |
---|---|
AbbrevExpandingFormatter |
A Visitor which replaces "XML DTD Parameter Entities" by their "replacement text".
|
AttlistIndex |
Maintains for one given
DTD.Dtd a map from element names into
DTD.Attlist s. |
ContentSimplifier |
Rewriter which simplifies all content models in a Dtd.
|
DTD |
Umod main model class: Model for w3c xml
dtds, written in umod, cf.
|
DTD.__Formatter |
(Ancillary class for generating pretty-print format objects).
|
DTD.__Patterns |
Ancillary class providing Paisley compound patterns.
|
DTD.__SAX_Parser |
Decoder for umod's own XML serialisation.
|
DTD.__SAX_Writer |
Encoder for umod's own XML serialisation.
|
DTD.Abbrev |
Generated by umod; model author's documentation MISSING.
|
DTD.Any |
Generated by umod; model author's documentation MISSING.
|
DTD.AttDef |
Generated by umod; model author's documentation MISSING.
|
DTD.Attlist |
Generated by umod; model author's documentation MISSING.
|
DTD.AttType |
Generated by umod; model author's documentation MISSING.
|
DTD.AttTypeAbbrev |
Generated by umod; model author's documentation MISSING.
|
DTD.AttTypeConstant |
Generated by umod; model author's documentation MISSING.
|
DTD.AttValue |
Generated by umod; model author's documentation MISSING.
|
DTD.Choice |
Generated by umod; model author's documentation MISSING.
|
DTD.Comment |
Generated by umod; model author's documentation MISSING.
|
DTD.ContentModel |
Generated by umod; model author's documentation MISSING.
|
DTD.ContentModelConstant |
Generated by umod; model author's documentation MISSING.
|
DTD.CoRewriter |
Visitor generated by umod according to field selection #0.
|
DTD.CP |
Generated by umod; model author's documentation MISSING.
|
DTD.DefaultDecl |
Generated by umod; model author's documentation MISSING.
|
DTD.DefaultDeclConstant |
Generated by umod; model author's documentation MISSING.
|
DTD.Dtd |
Generated by umod; model author's documentation MISSING.
|
DTD.Dump |
Visitor generated by umod according to field selection #0.
|
DTD.Element |
Generated by umod; model author's documentation MISSING.
|
DTD.Empty |
Generated by umod; model author's documentation MISSING.
|
DTD.Entity |
Generated by umod; model author's documentation MISSING.
|
DTD.EntityContext |
Generated by umod; model author's documentation MISSING.
|
DTD.EntityValue |
Generated by umod; model author's documentation MISSING.
|
DTD.Enumerated |
Generated by umod; model author's documentation MISSING.
|
DTD.MarkupDecl |
Generated by umod; model author's documentation MISSING.
|
DTD.MATCH_ONLY_00 |
(Ancillary class as basis for all visitors).
|
DTD.Mixed |
Generated by umod; model author's documentation MISSING.
|
DTD.NmToken |
Generated by umod; model author's documentation MISSING.
|
DTD.Notation |
Generated by umod; model author's documentation MISSING.
|
DTD.PI |
Generated by umod; model author's documentation MISSING.
|
DTD.Rewriter |
Visitor generated by umod according to field selection #0.
|
DTD.Seq |
Generated by umod; model author's documentation MISSING.
|
DTD.SinglePathVisitor |
Visitor generated by umod according to field selection #0.
|
DTD.Singleton |
Generated by umod; model author's documentation MISSING.
|
DTD.TextDecl |
Generated by umod; model author's documentation MISSING.
|
DTD.Visitor |
Visitor generated by umod according to field selection #0.
|
ElementIndex |
Maintains for one given
DTD.Dtd an index from element names into
DTD.Element s. |
EntityClassifier |
Classifies DTD entities wrt
EntityRole by attempts
to parse their content against different start
symbols using a TunedDTDParser . |
Statistics |
Collects and analyses references between elements, attlists and entities.
|
TunedDTDParser |
Parser implementation, optimized for treating the idiosyncratics
of the w3c xml dtd specification.
|
Utilities |
Small helper functions and data.
|
WhitespaceIgnorer |
A Sax filter which recognizes character data as "ignorable white space",
according to a dtd, and feeds them into
ContentHandler.ignorableWhitespace(char[], int, int) . |
Enum | Description |
---|---|
EntityRole |
Models the different roles (/syntactic positions) and combinations thereof,
the expansion text of a "parameter entity" can be compatible with.
|
Exception | Description |
---|
DTD
),
plus an optimized parser, and
auxiliary classes for normalization and analysing.eu.bandm.tools.dtm
.
DTD_BOOT.java
to
DTD.java
. This is a "frozen" version of a former umod run.
The main make target in source package eu.bandm.tools.dtd_UNBOOT
re-creates DTD.java
from dtd.umod
.
see also the complete user documentation .