public static class TPath.ProcessingInstruction extends TPath.TypeTest
| Modifier and Type | Field and Description |
|---|---|
static Function<TPath.ProcessingInstruction,String> |
get_target
Deprecated.
Use new '::' method reference instead.
|
protected String |
target |
get_location, locationformat| Constructor and Description |
|---|
ProcessingInstruction() |
| Modifier and Type | Method and Description |
|---|---|
TPath.ProcessingInstruction |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_target() |
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
TPath.ProcessingInstruction |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_target(String val) |
get_location, set_locationprotected String target
@Deprecated public static final Function<TPath.ProcessingInstruction,String> get_target
public TPath.ProcessingInstruction doclone()
doclone in class TPath.TypeTestpublic static String getFormatHint()
'processing-instruction('('"'target'"'?)')' public Format format()
format in interface Formattableformat in class TPath.TypeTestpublic TPath.ProcessingInstruction initFrom(Object o0)
initFrom in class TPath.TypeTestpublic String get_target()
public boolean set_target(String val)
see also the complete user documentation .