Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
eu.bandm.tools.tdom |
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,DTD.Attlist> |
AttlistIndex.name2attlist |
Modifier and Type | Method and Description |
---|---|
protected DTD.Attlist |
TunedDTDParser.attlistDecl()
Parsing function.
|
DTD.Attlist |
DTD.Attlist.doclone()
Clones this object.
|
DTD.Attlist |
DTD.__SAX_Parser.fill_Attlist(Object res) |
DTD.Attlist |
AttlistIndex.getAttlist(String name)
Return the (one and only, unified)
DTD.Attlist object for a given element name ("tag"). |
DTD.Attlist |
DTD.Attlist.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.Attlist |
DTD.__SAX_Parser.matchSAX_Attlist() |
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.Attlist> |
DTD.Attlist.get_atts(Pattern<? super CheckedList<DTD.AttDef>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Attlist> |
DTD.Attlist.get_element(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Attlist> |
DTD.__Patterns.term_Attlist(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_element,
Pattern<? super CheckedList<DTD.AttDef>> p_atts) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.Attlist e0) |
protected void |
DTD.Dump.action(DTD.Attlist e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.Attlist e0) |
protected void |
DTD.Rewriter.action(DTD.Attlist e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.Attlist e0) |
protected void |
DTD.Visitor.action(DTD.Attlist e0) |
protected void |
DTD.__Formatter.action(DTD.Attlist el) |
void |
DTD.__SAX_Writer.action(DTD.Attlist e0) |
static String |
Utilities.canonicalKey(DTD.Attlist attribute)
Makes the string used as key into maps/sets which unify different
kinds of markup declaration.
|
protected void |
DTD.Dump.descend(DTD.Attlist e0) |
protected void |
DTD.Visitor.descend(DTD.Attlist e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.Attlist e0) |
void |
DTD.__SAX_Parser.XMLPARSER_Attlist.fillFields(DTD.Attlist newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.Attlist e0) |
void |
DTD.__SAX_Parser.XMLPARSER_Attlist.parsefields(DTD.Attlist newobj) |
protected void |
DTD.Visitor.post(DTD.Attlist e0) |
protected void |
DTD.Visitor.pre(DTD.Attlist e0) |
protected void |
DTD.Dump.printscalars(DTD.Attlist e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.Attlist clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.Attlist clone) |
protected Format |
DTD.__Formatter.toFormat(DTD.Attlist el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_Attlist(Pattern<? super DTD.Attlist> p) |
Modifier and Type | Method and Description |
---|---|
protected DTD.Attlist |
HtmlRenderer.attlistDecl()
Parsing AND rendering function, DEEPLY CHANGED COPY of super():
Entities can appear anywhere and cover more than one "column".
|
Modifier and Type | Method and Description |
---|---|
static String |
HtmlRenderer.anchorName(DTD.Attlist a,
int count) |
protected String |
HtmlRenderer.expandedText(DTD.Attlist a) |
Modifier and Type | Method and Description |
---|---|
void |
TypedDOMGenerator.action(DTD.Attlist attlist)
Does do nothing.
|
void |
TypedDOMGenerator.action(DTD.Attlist attlist)
Does do nothing.
|
see also the complete user documentation .