Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
Modifier and Type | Field and Description |
---|---|
Map<DTD.Element,Set<DTD.AttDef>> |
Statistics.abstractCandidates
Elements which have (nested) disjunctions of singletons as contents model.
|
protected CheckedList<DTD.AttDef> |
DTD.Attlist.atts
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends DTD.AttDef> |
DTD.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
protected DTD.AttDef |
TunedDTDParser.attDef()
Parsing function.
|
DTD.AttDef |
DTD.AttDef.doclone()
Clones this object.
|
DTD.AttDef |
DTD.__SAX_Parser.fill_AttDef(Object res) |
DTD.AttDef |
DTD.AttDef.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.AttDef |
DTD.__SAX_Parser.matchSAX_AttDef() |
Modifier and Type | Method and Description |
---|---|
CheckedList<DTD.AttDef> |
DTD.Attlist.get_atts()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.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.AttDef> |
DTD.AttDef.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_type(Pattern<? super DTD.AttType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_value(Pattern<? super DTD.DefaultDecl> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
protected CheckedList<DTD.AttDef> |
DTD.__SAX_Parser.parse_5() |
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.AttDef e0) |
protected void |
DTD.Dump.action(DTD.AttDef e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.AttDef e0) |
protected void |
DTD.Rewriter.action(DTD.AttDef e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.AttDef e0) |
protected void |
DTD.Visitor.action(DTD.AttDef e0) |
protected void |
DTD.__Formatter.action(DTD.AttDef el) |
void |
DTD.__SAX_Writer.action(DTD.AttDef e0) |
static String |
Utilities.canonicalKey_att_name_type(DTD.AttDef attDef)
Makes the string used as key into maps/sets which unify different
kinds of markup declaration.
|
protected void |
DTD.Dump.descend(DTD.AttDef e0) |
protected void |
DTD.Visitor.descend(DTD.AttDef e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.AttDef e0) |
void |
DTD.__SAX_Parser.XMLPARSER_AttDef.fillFields(DTD.AttDef newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.AttDef e0) |
void |
DTD.__SAX_Parser.XMLPARSER_AttDef.parsefields(DTD.AttDef newobj) |
protected void |
DTD.Visitor.post(DTD.AttDef e0) |
protected void |
DTD.Visitor.pre(DTD.AttDef e0) |
protected void |
DTD.Dump.printscalars(DTD.AttDef e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.AttDef clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.AttDef clone) |
protected Format |
DTD.__Formatter.toFormat(DTD.AttDef el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_AttDef(Pattern<? super DTD.AttDef> p) |
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.
|
boolean |
DTD.Attlist.set_atts(CheckedList<DTD.AttDef> 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) |
see also the complete user documentation .