Package | Description |
---|---|
eu.bandm.tools.tpath.absy |
Abstract syntax of the tpath language, realized as a umod model.
|
eu.bandm.tools.tpath.runtime |
Infrastructure for evaluating tpath expressions.
|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Field and Description |
---|---|
protected TPath.AxisSpecifier |
TPath.Step.axis |
Modifier and Type | Field and Description |
---|---|
static Function<TPath.AxisSpecifier,Axis> |
TPath.AxisSpecifier.get_axis
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.Step,TPath.AxisSpecifier> |
TPath.Step.get_axis
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
TPath.AxisSpecifier |
TPath.AxisSpecifier.doclone() |
TPath.AxisSpecifier |
TPath.__SAX_Parser.fill_AxisSpecifier(Object res) |
TPath.AxisSpecifier |
TPath.Step.get_axis() |
TPath.AxisSpecifier |
TPath.AxisSpecifier.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TPath.AxisSpecifier |
TPath.__SAX_Parser.matchSAX_AxisSpecifier() |
Modifier and Type | Method and Description |
---|---|
protected void |
TPath.MATCH_ONLY_00.action(TPath.AxisSpecifier e0) |
protected void |
TPath.Rewriter.action(TPath.AxisSpecifier e0) |
protected void |
TPath.Visitor.action(TPath.AxisSpecifier e0) |
protected void |
TPath.__Formatter.action(TPath.AxisSpecifier el) |
void |
TPath.__SAX_Writer.action(TPath.AxisSpecifier e0) |
protected void |
TPath.Visitor.descend(TPath.AxisSpecifier e0) |
void |
TPath.__SAX_Parser.XMLPARSER_AxisSpecifier.fillFields(TPath.AxisSpecifier newobj) |
void |
TPath.MATCH_ONLY_00.match(TPath.AxisSpecifier e0) |
protected void |
TPath.Visitor.post(TPath.AxisSpecifier e0) |
protected void |
TPath.Visitor.pre(TPath.AxisSpecifier e0) |
protected void |
TPath.Rewriter.rewriteFields(TPath.AxisSpecifier clone) |
boolean |
TPath.Step.set_axis(TPath.AxisSpecifier val) |
protected Format |
TPath.__Formatter.toFormat(TPath.AxisSpecifier el) |
Constructor and Description |
---|
Step(TPath.AxisSpecifier axis,
TPath.Test test) |
Step(TPath.Expr base,
TPath.AxisSpecifier axis,
TPath.Test test) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleInterpreter.Visitor.axis(TPath.AxisSpecifier x) |
protected NodeSet<N> |
SimpleInterpreter.step(Context<N> context,
TPath.AxisSpecifier axis,
TPath.Test test,
List<TPath.Expr> predicates) |
Modifier and Type | Field and Description |
---|---|
static TPath.AxisSpecifier |
TPathCache.AXIS_ANC_OR_SELF |
static TPath.AxisSpecifier |
TPathCache.AXIS_DESC |
static TPath.AxisSpecifier |
TPathCache.AXIS_DESC_OR_SELF |
static TPath.AxisSpecifier |
TPathCache.AXIS_PRECEDING |
static TPath.AxisSpecifier |
TPathCache.AXIS_PRECEDING_SIBS |
see also the complete user documentation .