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.
|
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
Modifier and Type | Field and Description |
---|---|
Map<DTD.Element,Set<DTD.AttDef>> |
Statistics.abstractCandidates
Elements which have (nested) disjunctions of singletons as contents model.
|
Multimap<DTD.Element,String> |
Statistics.el2att
Elements refer to attributes in their attlist.
|
Multimap<DTD.Element,DTD.Element> |
Statistics.el2el
Left elements refer to right elements in their contents model.
|
Multimap<DTD.Element,DTD.Element> |
Statistics.el2el
Left elements refer to right elements in their contents model.
|
protected Map<String,DTD.Element> |
ElementIndex.name2element |
Modifier and Type | Method and Description |
---|---|
DTD.Element |
DTD.Element.doclone()
Clones this object.
|
protected DTD.Element |
TunedDTDParser.elementDecl()
Parsing function.
|
DTD.Element |
DTD.__SAX_Parser.fill_Element(Object res) |
DTD.Element |
ElementIndex.getElement(String name)
Return the
DTD.Element object for a given element name ("tag"). |
DTD.Element |
DTD.Element.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.Element |
DTD.__SAX_Parser.matchSAX_Element() |
Modifier and Type | Method and Description |
---|---|
Collection<DTD.Element> |
ElementIndex.allElements()
Returns all
DTD.Element objects in the dtd. |
static Pattern<DTD.Element> |
DTD.Element.get_content(Pattern<? super DTD.ContentModel> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Element> |
DTD.Element.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Element> |
DTD.__Patterns.term_Element(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.ContentModel> p_content) |
Modifier and Type | Method and Description |
---|---|
void |
ContentSimplifier.action(DTD.Element element) |
protected void |
DTD.CoRewriter.action(DTD.Element e0) |
protected void |
DTD.Dump.action(DTD.Element e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.Element e0) |
protected void |
DTD.Rewriter.action(DTD.Element e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.Element e0) |
protected void |
DTD.Visitor.action(DTD.Element e0) |
protected void |
DTD.__Formatter.action(DTD.Element el) |
void |
DTD.__SAX_Writer.action(DTD.Element e0) |
static String |
Utilities.canonicalKey(DTD.Element element)
Makes the string used as key into maps/sets which unify different
kinds of markup declaration.
|
protected boolean |
Statistics.check_abstract_precondition(DTD.Element el)
Returns whether the contents are an undecorated choice of undecorated
singletons, and thus are a candidate for an "abstract" Tdom class.
|
protected void |
DTD.Dump.descend(DTD.Element e0) |
protected void |
DTD.Visitor.descend(DTD.Element e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.Element e0) |
void |
DTD.__SAX_Parser.XMLPARSER_Element.fillFields(DTD.Element newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.Element e0) |
void |
DTD.__SAX_Parser.XMLPARSER_Element.parsefields(DTD.Element newobj) |
protected void |
DTD.Visitor.post(DTD.Element e0) |
protected void |
DTD.Visitor.pre(DTD.Element e0) |
protected void |
DTD.Dump.printscalars(DTD.Element e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.Element clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.Element clone) |
protected Format |
DTD.__Formatter.toFormat(DTD.Element el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_Element(Pattern<? super DTD.Element> p) |
Modifier and Type | Field and Description |
---|---|
protected static DTD.Element |
HtmlRenderer.dummy_element |
Modifier and Type | Field and Description |
---|---|
protected Map<DTD.Element,String> |
HtmlRenderer.el2tooltip
Map of elements to Strings with content-plus-attributenames
|
Modifier and Type | Method and Description |
---|---|
protected DTD.Element |
HtmlRenderer.elementDecl()
Parsing AND rendering function, EXTENDED COPY of super():
|
Modifier and Type | Method and Description |
---|---|
static String |
HtmlRenderer.anchorName(DTD.Element e) |
protected String |
HtmlRenderer.expandedText(DTD.Element e)
ATTENION "mode=1" ??? FIXME WAS SOLL DAS BEDEUTEN ??
append the content model behind each "DTD.Abbrev"
|
Modifier and Type | Method and Description |
---|---|
void |
TypedDOMGenerator.action(DTD.Element element)
Code generation for one declared element.
|
void |
TypedDOMGenerator.action(DTD.Element element)
Code generation for one declared element.
|
ContentParserGenerator.Rule |
ContentParserGenerator.createRule(DTD.Element element) |
ContentParserGenerator.Rule |
ContentParserGenerator.createRule(DTD.Element element) |
Modifier and Type | Method and Description |
---|---|
DTD.Element |
ErrorHandler.noSuchElement(String tagName) |
see also the complete user documentation .