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