public static class DTD.Any extends DTD.ContentModelConstant
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
labelANY, EMPTYformat| 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_equalsx_equalspublic Any(String label)
label - is copied to field DTD.ContentModelConstant.labelpublic DTD.Any doclone()
Cloneable is known
to be implemented.doclone in class DTD.ContentModelConstantpublic static String getFormatHint()
'ANY' public Format format()
format in interface Formattableformat in class DTD.ContentModelConstantpublic boolean equals(Object e0)
ALGEBRAIC.equals in class DTD.ContentModelConstantpublic boolean x_equals(DTD.Any e0)
public int hashCode()
ALGEBRAIC.hashCode in class DTD.ContentModelConstantpublic DTD.Any initFrom(Object o0)
initFrom in class DTD.ContentModelConstantsee also the complete user documentation .