public static class DTD.Any extends DTD.ContentModelConstant
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
label
ANY, EMPTY
format
Constructor and Description |
---|
Any(String label)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
DTD.Any |
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.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
DTD.Any |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(DTD.Any e0) |
get_label, get_label, with_label, x_equals
x_equals
public Any(String label)
label
- is copied to field DTD.ContentModelConstant.label
public DTD.Any doclone()
Cloneable
is known
to be implemented.doclone
in class DTD.ContentModelConstant
public static String getFormatHint()
'ANY'
public Format format()
format
in interface Formattable
format
in class DTD.ContentModelConstant
public boolean equals(Object e0)
ALGEBRAIC
.equals
in class DTD.ContentModelConstant
public boolean x_equals(DTD.Any e0)
public int hashCode()
ALGEBRAIC
.hashCode
in class DTD.ContentModelConstant
public DTD.Any initFrom(Object o0)
initFrom
in class DTD.ContentModelConstant
see also the complete user documentation .