public static class DTD.AttDef 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.
|
protected String |
name
Generated by umod; model author's documentation MISSING.
|
protected DTD.AttType |
type
Generated by umod; model author's documentation MISSING.
|
protected DTD.DefaultDecl |
value
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
AttDef(Location<XMLDocumentIdentifier> location,
String name,
DTD.AttType type,
DTD.DefaultDecl value)
Constructor generated according to specification #99
Constructor defined according to directive "C 99/..". |
AttDef(String name,
DTD.AttType type,
DTD.DefaultDecl value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
void |
descend_locations(DTD.MATCH_ONLY_00 visitor) |
DTD.AttDef |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
Location<XMLDocumentIdentifier> |
get_location()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.AttDef> |
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.AttDef> |
get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
String |
get_name()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.AttDef> |
get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
DTD.AttType |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.AttDef> |
get_type(Pattern<? super DTD.AttType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
DTD.DefaultDecl |
get_value()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.AttDef> |
get_value(Pattern<? super DTD.DefaultDecl> 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.AttDef |
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.
|
boolean |
set_name(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_type(DTD.AttType val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_value(DTD.DefaultDecl 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)protected String name
get_name()
,
set_name(java.lang.String)
protected DTD.AttType type
DTD.AttType
(never null)protected DTD.DefaultDecl value
DTD.DefaultDecl
(never null)public AttDef(String name, DTD.AttType type, DTD.DefaultDecl value)
public AttDef(Location<XMLDocumentIdentifier> location, String name, DTD.AttType type, DTD.DefaultDecl value)
public DTD.AttDef doclone()
Cloneable
is known
to be implemented.public static String getFormatHint()
$tabular{10>name,30>type,50>value}
public Format format()
format
in interface Formattable
public DTD.AttDef 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 String get_name()
public boolean set_name(String val)
val
- the new value of type java.lang.String(never null)name
public DTD.AttType get_type()
DTD.AttType
(never
null)public boolean set_type(DTD.AttType val)
val
- the new value of type DTD.AttType
(never null)type
public DTD.DefaultDecl get_value()
DTD.DefaultDecl
(never
null)public boolean set_value(DTD.DefaultDecl val)
val
- the new value of type DTD.DefaultDecl
(never null)value
public static Pattern<DTD.AttDef> get_location(Pattern<? super Location<XMLDocumentIdentifier>> p)
DTD.__Patterns
.public static Pattern<DTD.AttDef> get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
DTD.__Patterns
.public static Pattern<DTD.AttDef> get_name(Pattern<? super String> p)
DTD.__Patterns
.public static Pattern<DTD.AttDef> get_type(Pattern<? super DTD.AttType> p)
DTD.__Patterns
.public static Pattern<DTD.AttDef> get_value(Pattern<? super DTD.DefaultDecl> p)
DTD.__Patterns
.see also the complete user documentation .