public static class DTD.ContentModel extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
static DTD.ContentModel |
ANY |
protected static int |
BASE_HASH |
static DTD.ContentModel |
EMPTY |
format
Constructor and Description |
---|
ContentModel()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
DTD.ContentModel |
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 by inheritance from some ancestor class.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
DTD.ContentModel |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(DTD.ContentModel e0) |
public static final DTD.ContentModel EMPTY
public static final DTD.ContentModel ANY
protected static final int BASE_HASH
public ContentModel()
public DTD.ContentModel doclone()
Cloneable
is known
to be implemented.public Format format()
format
in interface Formattable
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(DTD.ContentModel e0)
public int hashCode()
ALGEBRAIC
.public DTD.ContentModel initFrom(Object o0)
see also the complete user documentation .