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