public static class DTM.Dtd extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<NamespaceName,DTM.Element> |
elems
Generated by umod; model author's documentation MISSING.
|
static Function<DTM.Dtd,CheckedMap_RD<NamespaceName,DTM.Element>> |
get_elems
Deprecated.
Use new '::' method reference instead.
|
static Function<DTM.Dtd,CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>>> |
get_instructions
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> |
instructions
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
Dtd()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
add_instructions(String key0,
DTM.ProcessingInstruction value)
Convenience un-Currying method.
|
boolean |
containsKey_elems(NamespaceName key0)
Convenience un-Currying method.
|
boolean |
containsKey_instructions(String key0)
Convenience un-Currying method.
|
void |
descend_0_elems(DTM.MATCH_ONLY_00 visitor) |
void |
descend_0_instructions(DTM.MATCH_ONLY_00 visitor) |
void |
descend_elems(DTM.MATCH_ONLY_00 visitor) |
void |
descend_instructions(DTM.MATCH_ONLY_00 visitor) |
DTM.Dtd |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedMap_RD<NamespaceName,DTM.Element> |
get_elems()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> |
get_instructions()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
DTM.Dtd |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
void |
put_elems(NamespaceName key0,
DTM.Element value)
Convenience un-Currying method.
|
void |
put_instructions(String key0,
CheckedList<DTM.ProcessingInstruction> value)
Convenience un-Currying method.
|
boolean |
set_elems(CheckedMap_RD<NamespaceName,DTM.Element> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_instructions(CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> val)
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<NamespaceName,DTM.Element> elems
CheckedMap_RD
<NamespaceName
(never null),DTM.Element
(never null)>(never null)@Deprecated public static final Function<DTM.Dtd,CheckedMap_RD<NamespaceName,DTM.Element>> get_elems
protected CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> instructions
CheckedMap_RD
<java.lang.String(never
null),CheckedList
<DTM.ProcessingInstruction
(never null)>(never
null)>(never null)@Deprecated public static final Function<DTM.Dtd,CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>>> get_instructions
public Dtd()
public DTM.Dtd doclone()
Cloneable
is known
to be implemented.public static String getFormatHint()
elems{$to}[/]/instructions{$to[/]}[/]
public Format format()
format
in interface Formattable
public DTM.Dtd initFrom(Object o0)
public CheckedMap_RD<NamespaceName,DTM.Element> get_elems()
CheckedMap_RD
<NamespaceName
(never null),DTM.Element
(never null)>(never null)public boolean set_elems(CheckedMap_RD<NamespaceName,DTM.Element> val)
val
- the new value of type CheckedMap_RD
<NamespaceName
(never null),DTM.Element
(never null)>(never null)elems
public void put_elems(NamespaceName key0, DTM.Element value)
val
- the new value of type DTM.Element
(never null)elems
public boolean containsKey_elems(NamespaceName key0)
elems
public void descend_elems(DTM.MATCH_ONLY_00 visitor)
public void descend_0_elems(DTM.MATCH_ONLY_00 visitor)
public CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> get_instructions()
CheckedMap_RD
<java.lang.String(never
null),CheckedList
<DTM.ProcessingInstruction
(never null)>(never
null)>(never null)public boolean set_instructions(CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> val)
val
- the new value of type CheckedMap_RD
<java.lang.String(never
null),CheckedList
<DTM.ProcessingInstruction
(never null)>(never
null)>(never null)instructions
public void put_instructions(String key0, CheckedList<DTM.ProcessingInstruction> value)
val
- the new value of type CheckedList
<DTM.ProcessingInstruction
(never null)>(never null)instructions
public void add_instructions(String key0, DTM.ProcessingInstruction value)
val
- the new value of type DTM.ProcessingInstruction
(never
null)instructions
public boolean containsKey_instructions(String key0)
instructions
public void descend_instructions(DTM.MATCH_ONLY_00 visitor)
public void descend_0_instructions(DTM.MATCH_ONLY_00 visitor)
see also the complete user documentation .