public static class DTM.ProcessingInstruction extends Object implements Cloneable, Formattable
| Modifier and Type | Field and Description |
|---|---|
protected String |
body
Generated by umod; model author's documentation MISSING.
|
static Function<DTM.ProcessingInstruction,String> |
get_body
Deprecated.
Use new '::' method reference instead.
|
static Function<DTM.ProcessingInstruction,String> |
get_target
Deprecated.
Use new '::' method reference instead.
|
protected String |
target
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
ProcessingInstruction(String target,
String body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
DTM.ProcessingInstruction |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_body()
Generated by umod; model author's documentation MISSING.
|
String |
get_target()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
DTM.ProcessingInstruction |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_body(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_target(String val)
Generated by umod; model author's documentation MISSING.
|
protected String target
get_target(),
set_target(java.lang.String)@Deprecated public static final Function<DTM.ProcessingInstruction,String> get_target
protected String body
get_body(),
set_body(java.lang.String)@Deprecated public static final Function<DTM.ProcessingInstruction,String> get_body
public DTM.ProcessingInstruction doclone()
Cloneable is known
to be implemented.public static String getFormatHint()
'<?'|target ,body|'?>'
public Format format()
format in interface Formattablepublic DTM.ProcessingInstruction initFrom(Object o0)
public String get_target()
public boolean set_target(String val)
val - the new value of type java.lang.String(never null)targetpublic String get_body()
public boolean set_body(String val)
val - the new value of type java.lang.String(never null)bodysee also the complete user documentation .