public abstract static class DTD.AttType extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
static DTD.AttType |
CDATA |
static DTD.AttType |
ENTITIES |
static DTD.AttType |
ENTITY |
static DTD.AttType |
ID |
static DTD.AttType |
IDREF |
static DTD.AttType |
IDREFS |
static DTD.AttType |
NMTOKEN |
static DTD.AttType |
NMTOKENS |
format
Constructor and Description |
---|
AttType()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
DTD.AttType |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
DTD.AttType |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
public static final DTD.AttType CDATA
public static final DTD.AttType ID
public static final DTD.AttType IDREF
public static final DTD.AttType IDREFS
public static final DTD.AttType ENTITY
public static final DTD.AttType ENTITIES
public static final DTD.AttType NMTOKEN
public static final DTD.AttType NMTOKENS
public AttType()
public DTD.AttType doclone()
Cloneable
is known
to be implemented.public Format format()
format
in interface Formattable
public DTD.AttType initFrom(Object o0)
see also the complete user documentation .