public static class DTD.Mixed extends DTD.ContentModel
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
protected CheckedList<String> |
names
Generated by umod; model author's documentation MISSING.
|
ANY, EMPTY
format
Constructor and Description |
---|
Mixed()
Synthetic minimal constructor provided by the umod compiler.
|
Mixed(CheckedList<String> names)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
DTD.Mixed |
doclone()
Clones this object.
|
boolean |
equals(Object e0)
Generated by umod because this class is
ALGEBRAIC . |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedList<String> |
get_names()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.Mixed> |
get_names(Pattern<? super CheckedList<String>> 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.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
DTD.Mixed |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.Mixed |
with_names(CheckedList<String> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(DTD.Mixed e0) |
x_equals
protected static final int BASE_HASH
protected CheckedList<String> names
CheckedList
<java.lang.String(never
null)>(never null)public Mixed(CheckedList<String> names)
names
- is copied to field names
public Mixed()
public DTD.Mixed doclone()
Cloneable
is known
to be implemented.doclone
in class DTD.ContentModel
public static String getFormatHint()
names['(#PCDATA | '|' | ','
)*'/'(#PCDATA)']
public Format format()
format
in interface Formattable
format
in class DTD.ContentModel
public boolean equals(Object e0)
ALGEBRAIC
.equals
in class DTD.ContentModel
public boolean x_equals(DTD.Mixed e0)
public int hashCode()
ALGEBRAIC
.hashCode
in class DTD.ContentModel
public DTD.Mixed initFrom(Object o0)
initFrom
in class DTD.ContentModel
public CheckedList<String> get_names()
CheckedList
<java.lang.String(never
null)>(never null)public DTD.Mixed with_names(CheckedList<String> val)
val
- the new value of type CheckedList
<java.lang.String(never
null)>(never null)names
public static Pattern<DTD.Mixed> get_names(Pattern<? super CheckedList<String>> p)
DTD.__Patterns
.see also the complete user documentation .