public static class DTD.Dtd extends Object implements Cloneable, Formattable
| Modifier and Type | Field and Description |
|---|---|
protected XMLDocumentIdentifier |
documentId
Generated by umod; model author's documentation MISSING.
|
protected CheckedMultimap_RD<String,String> |
entityUsage
Generated by umod; model author's documentation MISSING.
|
protected List<Location<XMLDocumentIdentifier>> |
locations
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<DTD.MarkupDecl> |
markup
Generated by umod; model author's documentation MISSING.
|
protected DTD.TextDecl |
textDecl
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
Dtd()
Synthetic minimal constructor provided by the umod compiler.
|
Dtd(XMLDocumentIdentifier documentId)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
| Modifier and Type | Method and Description |
|---|---|
void |
descend_locations(DTD.MATCH_ONLY_00 visitor) |
void |
descend_markup(DTD.MATCH_ONLY_00 visitor) |
DTD.Dtd |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
XMLDocumentIdentifier |
get_documentId()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.Dtd> |
get_documentId(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedMultimap_RD<String,String> |
get_entityUsage()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.Dtd> |
get_entityUsage(Pattern<? super CheckedMultimap_RD<String,String>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
List<Location<XMLDocumentIdentifier>> |
get_locations()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.Dtd> |
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> |
get_markup()
Generated by umod; model author's documentation MISSING.
|
static Pattern<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.
|
DTD.TextDecl |
get_textDecl()
Generated by umod; model author's documentation MISSING.
|
static Pattern<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 String |
getFormatHint()
Delivers the format specification from the umod source.
|
DTD.Dtd |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_documentId(XMLDocumentIdentifier val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_entityUsage(CheckedMultimap_RD<String,String> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_locations(List<Location<XMLDocumentIdentifier>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_markup(CheckedList<DTD.MarkupDecl> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_textDecl(DTD.TextDecl val)
Generated by umod; model author's documentation MISSING.
|
protected List<Location<XMLDocumentIdentifier>> locations
List<Location(maybe null)>(never
null)protected XMLDocumentIdentifier documentId
XMLDocumentIdentifier(maybe null)protected DTD.TextDecl textDecl
DTD.TextDecl(maybe null)protected CheckedList<DTD.MarkupDecl> markup
CheckedList<DTD.MarkupDecl(never
null)>(never null)protected CheckedMultimap_RD<String,String> entityUsage
CheckedMultimap_RD<java.lang.String(never
null),java.lang.String(never null)>(never
null)public Dtd(XMLDocumentIdentifier documentId)
documentId - is copied to field documentIdpublic Dtd()
public DTD.Dtd doclone()
Cloneable is known
to be implemented.public static String getFormatHint()
'<!-- XML 1.1 DTD
'|(documentId?);' -->'/(textDecl?)/markup[/] public Format format()
format in interface Formattablepublic DTD.Dtd initFrom(Object o0)
public List<Location<XMLDocumentIdentifier>> get_locations()
public boolean set_locations(List<Location<XMLDocumentIdentifier>> val)
public void descend_locations(DTD.MATCH_ONLY_00 visitor)
public XMLDocumentIdentifier get_documentId()
XMLDocumentIdentifier(maybe null)public boolean set_documentId(XMLDocumentIdentifier val)
val - the new value of type XMLDocumentIdentifier(maybe null)documentIdpublic DTD.TextDecl get_textDecl()
DTD.TextDecl(maybe
null)public boolean set_textDecl(DTD.TextDecl val)
val - the new value of type DTD.TextDecl(maybe null)textDeclpublic CheckedList<DTD.MarkupDecl> get_markup()
CheckedList<DTD.MarkupDecl(never
null)>(never null)public boolean set_markup(CheckedList<DTD.MarkupDecl> val)
val - the new value of type CheckedList<DTD.MarkupDecl(never
null)>(never null)markuppublic void descend_markup(DTD.MATCH_ONLY_00 visitor)
public CheckedMultimap_RD<String,String> get_entityUsage()
CheckedMultimap_RD<java.lang.String(never
null),java.lang.String(never null)>(never
null)public boolean set_entityUsage(CheckedMultimap_RD<String,String> val)
val - the new value of type CheckedMultimap_RD<java.lang.String(never
null),java.lang.String(never null)>(never
null)entityUsagepublic static Pattern<DTD.Dtd> get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
DTD.__Patterns.public static Pattern<DTD.Dtd> get_documentId(Pattern<? super XMLDocumentIdentifier> p)
DTD.__Patterns.public static Pattern<DTD.Dtd> get_textDecl(Pattern<? super DTD.TextDecl> p)
DTD.__Patterns.public static Pattern<DTD.Dtd> get_markup(Pattern<? super CheckedList<DTD.MarkupDecl>> p)
DTD.__Patterns.public static Pattern<DTD.Dtd> get_entityUsage(Pattern<? super CheckedMultimap_RD<String,String>> p)
DTD.__Patterns.see also the complete user documentation .