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, location
format
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_location
protected String target
@Deprecated public static final Function<TPath.ProcessingInstruction,String> get_target
public TPath.ProcessingInstruction doclone()
doclone
in class TPath.TypeTest
public static String getFormatHint()
'processing-instruction('('"'target'"'?)')'
public Format format()
format
in interface Formattable
format
in class TPath.TypeTest
public TPath.ProcessingInstruction initFrom(Object o0)
initFrom
in class TPath.TypeTest
public String get_target()
public boolean set_target(String val)
see also the complete user documentation .