public static class DTD.NmToken extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected String |
text
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
NmToken(String text)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
DTD.NmToken |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_text()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.NmToken> |
get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
DTD.NmToken |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_text(String val)
Generated by umod; model author's documentation MISSING.
|
protected String text
get_text()
,
set_text(java.lang.String)
public DTD.NmToken doclone()
Cloneable
is known
to be implemented.public static String getFormatHint()
text
public Format format()
format
in interface Formattable
public DTD.NmToken initFrom(Object o0)
public String get_text()
public boolean set_text(String val)
val
- the new value of type java.lang.String(never null)text
public static Pattern<DTD.NmToken> get_text(Pattern<? super String> p)
DTD.__Patterns
.see also the complete user documentation .