public abstract static class TPath.Item extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
static Function<TPath.Item,Location<XMLDocumentIdentifier>> |
get_location
Deprecated.
Use new '::' method reference instead.
|
protected Location<XMLDocumentIdentifier> |
location |
format
Constructor and Description |
---|
Item() |
Modifier and Type | Method and Description |
---|---|
TPath.Item |
doclone() |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Location<XMLDocumentIdentifier> |
get_location() |
TPath.Item |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_location(Location<XMLDocumentIdentifier> val) |
protected Location<XMLDocumentIdentifier> location
@Deprecated public static final Function<TPath.Item,Location<XMLDocumentIdentifier>> get_location
public TPath.Item doclone()
public Format format()
format
in interface Formattable
public TPath.Item initFrom(Object o0)
public Location<XMLDocumentIdentifier> get_location()
public boolean set_location(Location<XMLDocumentIdentifier> val)
see also the complete user documentation .