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.
|
Modifier and Type | Field and Description |
---|---|
protected DTD.TextDecl |
DTD.Dtd.textDecl
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
DTD.TextDecl |
DTD.TextDecl.doclone()
Clones this object.
|
DTD.TextDecl |
DTD.__SAX_Parser.fill_TextDecl(Object res) |
DTD.TextDecl |
DTD.Dtd.get_textDecl()
Generated by umod; model author's documentation MISSING.
|
DTD.TextDecl |
DTD.TextDecl.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.TextDecl |
DTD.__SAX_Parser.matchSAX_TextDecl() |
protected DTD.TextDecl |
TunedDTDParser.textDecl()
Parsing function.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.TextDecl> |
DTD.TextDecl.get_encoding(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.TextDecl> |
DTD.TextDecl.get_version(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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 |
DTD.CoRewriter.action(DTD.TextDecl e0) |
protected void |
DTD.Dump.action(DTD.TextDecl e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.TextDecl e0) |
protected void |
DTD.Rewriter.action(DTD.TextDecl e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.TextDecl e0) |
protected void |
DTD.Visitor.action(DTD.TextDecl e0) |
protected void |
DTD.__Formatter.action(DTD.TextDecl el) |
void |
DTD.__SAX_Writer.action(DTD.TextDecl e0) |
protected void |
DTD.Dump.descend(DTD.TextDecl e0) |
protected void |
DTD.Visitor.descend(DTD.TextDecl e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.TextDecl e0) |
void |
DTD.__SAX_Parser.XMLPARSER_TextDecl.fillFields(DTD.TextDecl newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.TextDecl e0) |
void |
DTD.__SAX_Parser.XMLPARSER_TextDecl.parsefields(DTD.TextDecl newobj) |
protected void |
DTD.Visitor.post(DTD.TextDecl e0) |
protected void |
DTD.Visitor.pre(DTD.TextDecl e0) |
protected void |
DTD.Dump.printscalars(DTD.TextDecl e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.TextDecl clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.TextDecl clone) |
boolean |
DTD.Dtd.set_textDecl(DTD.TextDecl val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
DTD.__Formatter.toFormat(DTD.TextDecl el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_TextDecl(Pattern<? super DTD.TextDecl> p) |
static Pattern<DTD.Dtd> |
DTD.Dtd.get_textDecl(Pattern<? super DTD.TextDecl> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected DTD.TextDecl |
HtmlRenderer.textDecl() |
see also the complete user documentation .