Uses of Class
eu.bandm.tools.tpath.absy.TPath.AxisSpecifier
Packages that use 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
Fields in eu.bandm.tools.tpath.absy declared as TPath.AxisSpecifierModifier and TypeFieldDescriptionprotected TPath.AxisSpecifierTPath.Step.axisGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.tpath.absy with type parameters of type TPath.AxisSpecifierModifier and TypeFieldDescriptionstatic final Function<TPath.AxisSpecifier, Axis> TPath.AxisSpecifier.get_axisDeprecated.Use new '::' method reference instead.static final Function<TPath.Step, TPath.AxisSpecifier> TPath.Step.get_axisDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return TPath.AxisSpecifierModifier 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()Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.AxisSpecifierModifier and TypeMethodDescriptionstatic Pattern<TPath.AxisSpecifier> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.AxisSpecifier> TPath.__Patterns.term_AxisSpecifier(Pattern<? super TPath.Item> superpattern, Pattern<? super Axis> p_axis) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.AxisSpecifierModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.AxisSpecifier el) voidTPath.__SAX_Writer.action(TPath.AxisSpecifier e0) protected voidTPath.Dump.action(TPath.AxisSpecifier e0) protected voidTPath.MATCH_ONLY_00.action(TPath.AxisSpecifier e0) protected voidTPath.Rewriter.action(TPath.AxisSpecifier e0) protected voidTPath.Visitor.action(TPath.AxisSpecifier e0) protected voidTPath.Dump.descend(TPath.AxisSpecifier e0) protected voidTPath.Visitor.descend(TPath.AxisSpecifier e0) voidTPath.__SAX_Parser.XMLPARSER_AxisSpecifier.fillFields(TPath.AxisSpecifier newobj) voidTPath.MATCH_ONLY_00.match(TPath.AxisSpecifier e0) protected voidTPath.Visitor.post(TPath.AxisSpecifier e0) protected voidTPath.Visitor.pre(TPath.AxisSpecifier e0) protected voidTPath.Dump.printscalars(TPath.AxisSpecifier e0) protected voidTPath.Rewriter.rewriteFields(TPath.AxisSpecifier clone) booleanTPath.Step.set_axis(TPath.AxisSpecifier val) Generated by umod; model author's documentation MISSING.protected FormatTPath.__Formatter.toFormat(TPath.AxisSpecifier el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.AxisSpecifierModifier and TypeMethodDescriptionTPath.__Patterns.cast_AxisSpecifier(Pattern<? super TPath.AxisSpecifier> p) static Pattern<TPath.Step> TPath.Step.get_axis(Pattern<? super TPath.AxisSpecifier> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.tpath.absy with parameters of type TPath.AxisSpecifierModifierConstructorDescriptionStep(Location<XMLDocumentIdentifier> location, TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test, CheckedList<TPath.Expr> predicates) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Step(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
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.AxisSpecifierModifier and TypeMethodDescriptionprotected voidSimpleInterpreter.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
Fields in eu.bandm.tools.xslt.base declared as TPath.AxisSpecifierModifier and TypeFieldDescriptionstatic final TPath.AxisSpecifierTPathCache.AXIS_ANC_OR_SELFstatic final TPath.AxisSpecifierTPathCache.AXIS_DESCstatic final TPath.AxisSpecifierTPathCache.AXIS_DESC_OR_SELFstatic final TPath.AxisSpecifierTPathCache.AXIS_PRECEDINGstatic final TPath.AxisSpecifierTPathCache.AXIS_PRECEDING_SIBS