public static class DTD.MarkupDecl extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected Location<XMLDocumentIdentifier> |
location
Generated by umod; model author's documentation MISSING.
|
protected List<Location<XMLDocumentIdentifier>> |
locations
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
MarkupDecl()
Synthetic minimal constructor provided by the umod compiler.
|
MarkupDecl(Location<XMLDocumentIdentifier> location)
Constructor generated according to specification #99
Constructor defined according to directive "C 99/..". |
Modifier and Type | Method and Description |
---|---|
void |
descend_locations(DTD.MATCH_ONLY_00 visitor) |
DTD.MarkupDecl |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Location<XMLDocumentIdentifier> |
get_location()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.MarkupDecl> |
get_location(Pattern<? super Location<XMLDocumentIdentifier>> 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.MarkupDecl> |
get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
DTD.MarkupDecl |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_location(Location<XMLDocumentIdentifier> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_locations(List<Location<XMLDocumentIdentifier>> val)
Generated by umod; model author's documentation MISSING.
|
protected Location<XMLDocumentIdentifier> location
Location
(maybe
null)protected List<Location<XMLDocumentIdentifier>> locations
List
<Location
(maybe null)>(never
null)public MarkupDecl(Location<XMLDocumentIdentifier> location)
location
- is copied to field location
public MarkupDecl()
public DTD.MarkupDecl doclone()
Cloneable
is known
to be implemented.public Format format()
format
in interface Formattable
public DTD.MarkupDecl initFrom(Object o0)
public Location<XMLDocumentIdentifier> get_location()
Location
(maybe null)public boolean set_location(Location<XMLDocumentIdentifier> val)
public List<Location<XMLDocumentIdentifier>> get_locations()
public boolean set_locations(List<Location<XMLDocumentIdentifier>> val)
public void descend_locations(DTD.MATCH_ONLY_00 visitor)
public static Pattern<DTD.MarkupDecl> get_location(Pattern<? super Location<XMLDocumentIdentifier>> p)
DTD.__Patterns
.public static Pattern<DTD.MarkupDecl> get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
DTD.__Patterns
.see also the complete user documentation .