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 |
---|---|
static class |
DTD.Attlist
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Comment
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Element
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Entity
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Notation
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.PI
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.TextDecl
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<DTD.MarkupDecl> |
DTD.Dtd.markup
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends DTD.MarkupDecl> |
DTD.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
DTD.MarkupDecl |
DTD.MarkupDecl.doclone()
Clones this object.
|
DTD.MarkupDecl |
DTD.__SAX_Parser.fill_MarkupDecl(Object res) |
DTD.MarkupDecl |
DTD.MarkupDecl.initFrom(Object o0)
Copies values of all common fields from the argument.
|
protected DTD.MarkupDecl |
TunedDTDParser.markupDecl()
Parsing function.
|
DTD.MarkupDecl |
DTD.__SAX_Parser.matchSAX_MarkupDecl() |
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.MarkupDecl> |
DTD.MarkupDecl.get_location(Pattern<? super Location<XMLDocumentIdentifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.MarkupDecl> |
DTD.MarkupDecl.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<DTD.MarkupDecl> |
DTD.Dtd.get_markup()
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<DTD.MarkupDecl> |
DTD.__SAX_Parser.parse_3() |
static Pattern<? super DTD.MarkupDecl> |
DTD.__Patterns.term_MarkupDecl(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.MarkupDecl e0) |
protected void |
DTD.Dump.action(DTD.MarkupDecl e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.MarkupDecl e0) |
protected void |
DTD.Rewriter.action(DTD.MarkupDecl e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.MarkupDecl e0) |
protected void |
DTD.Visitor.action(DTD.MarkupDecl e0) |
protected void |
DTD.__Formatter.action(DTD.MarkupDecl el) |
void |
DTD.__SAX_Writer.action(DTD.MarkupDecl e0) |
protected void |
DTD.Dump.descend(DTD.MarkupDecl e0) |
protected void |
DTD.Visitor.descend(DTD.MarkupDecl e0) |
void |
DTD.__SAX_Parser.XMLPARSER_MarkupDecl.fillFields(DTD.MarkupDecl newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.MarkupDecl e0) |
protected void |
DTD.Visitor.post(DTD.MarkupDecl e0) |
protected void |
DTD.Visitor.pre(DTD.MarkupDecl e0) |
protected void |
DTD.Dump.printscalars(DTD.MarkupDecl e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.MarkupDecl clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.MarkupDecl clone) |
protected Format |
DTD.__Formatter.toFormat(DTD.MarkupDecl el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_MarkupDecl(Pattern<? super DTD.MarkupDecl> p) |
static Pattern<DTD.Dtd> |
DTD.Dtd.get_markup(Pattern<? super CheckedList<DTD.MarkupDecl>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
DTD.Dtd.set_markup(CheckedList<DTD.MarkupDecl> val)
Generated by umod; model author's documentation MISSING.
|
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) |
static Pattern<? super DTD.Comment> |
DTD.__Patterns.term_Comment(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super DTD.Dtd> |
DTD.__Patterns.term_Dtd(Pattern<Object> superpattern,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super XMLDocumentIdentifier> p_documentId,
Pattern<? super DTD.TextDecl> p_textDecl,
Pattern<? super CheckedList<DTD.MarkupDecl>> p_markup,
Pattern<? super CheckedMultimap_RD<String,String>> p_entityUsage) |
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) |
static Pattern<? super DTD.Entity> |
DTD.__Patterns.term_Entity(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super Boolean> p_parameter,
Pattern<? super String> p_name,
Pattern<? super DTD.EntityValue> p_value) |
static Pattern<? super DTD.Notation> |
DTD.__Patterns.term_Notation(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super XMLDocumentIdentifier> p_id) |
static Pattern<? super DTD.PI> |
DTD.__Patterns.term_PI(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_target,
Pattern<? super String> p_text) |
static Pattern<? super DTD.TextDecl> |
DTD.__Patterns.term_TextDecl(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_version,
Pattern<? super String> p_encoding) |
Modifier and Type | Method and Description |
---|---|
protected void |
LocationFilter.rewriteFields(DTD.MarkupDecl markup) |
protected void |
LocationFilter.rewriteFields(DTD.MarkupDecl markup) |
see also the complete user documentation .