Uses of Class
eu.bandm.tools.tpath.absy.TPath.AxisSpecifier
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
Infrastructure for evaluating tpath expressions.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of TPath.AxisSpecifier in eu.bandm.tools.tpath.absy
Modifier and TypeFieldDescriptionprotected TPath.AxisSpecifier
TPath.Step.axis
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function<TPath.AxisSpecifier,
Axis> TPath.AxisSpecifier.get_axis
Deprecated.Use new '::' method reference instead.static final Function<TPath.Step,
TPath.AxisSpecifier> TPath.Step.get_axis
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionTPath.AxisSpecifier.doclone()
Clones this object.TPath.__SAX_Parser.fill_AxisSpecifier
(Object res) TPath.Step.get_axis()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_AxisSpecifier()
Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.AxisSpecifier el) void
TPath.__SAX_Writer.action
(TPath.AxisSpecifier e0) 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.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) Generated by umod; model author's documentation MISSING.protected Format
TPath.__Formatter.toFormat
(TPath.AxisSpecifier el) ModifierConstructorDescriptionStep
(TPath.AxisSpecifier axis, TPath.Test test) Synthetic minimal constructor provided by the umod compiler.Step
(TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of TPath.AxisSpecifier in eu.bandm.tools.tpath.runtime
Modifier and TypeMethodDescriptionprotected void
SimpleInterpreter.Visitor.axis
(TPath.AxisSpecifier x) SimpleInterpreter.step
(Context<N> context, TPath.AxisSpecifier axis, TPath.Test test, List<TPath.Expr> predicates) -
Uses of TPath.AxisSpecifier in eu.bandm.tools.xslt.base
Modifier and TypeFieldDescriptionstatic final TPath.AxisSpecifier
TPathCache.AXIS_ANC_OR_SELF
static final TPath.AxisSpecifier
TPathCache.AXIS_DESC
static final TPath.AxisSpecifier
TPathCache.AXIS_DESC_OR_SELF
static final TPath.AxisSpecifier
TPathCache.AXIS_PRECEDING
static final TPath.AxisSpecifier
TPathCache.AXIS_PRECEDING_SIBS