Uses of Class
eu.bandm.tools.tpath.absy.TPath.Union
Packages that use TPath.Union
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.Union in eu.bandm.tools.tpath.absy
Methods in eu.bandm.tools.tpath.absy that return TPath.UnionModifier and TypeMethodDescriptionTPath.Union.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.UnionModifier and TypeMethodDescriptionstatic Pattern<TPath.Union> TPath.__Patterns.term_Union(Pattern<? super TPath.BinaryExpr> superpattern) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.UnionModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.Union el) protected voidTPath.Dump.action(TPath.Union e0) protected voidTPath.MATCH_ONLY_00.action(TPath.Union e0) protected voidTPath.Rewriter.action(TPath.Union e0) protected voidTPath.Visitor.action(TPath.Union e0) protected voidTPath.Dump.descend(TPath.Union e0) protected voidTPath.Visitor.descend(TPath.Union e0) voidTPath.MATCH_ONLY_00.match(TPath.Union e0) protected voidTPath.Visitor.post(TPath.Union e0) protected voidTPath.Visitor.pre(TPath.Union e0) protected voidTPath.Dump.printscalars(TPath.Union e0) protected voidTPath.Rewriter.rewriteFields(TPath.Union clone) protected FormatTPath.__Formatter.toFormat(TPath.Union el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.Union -
Uses of TPath.Union in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.UnionModifier and TypeMethodDescriptionprotected voidSimpleInterpreter.Visitor.descend(TPath.Union x) -
Uses of TPath.Union in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as TPath.UnionModifier and TypeFieldDescriptionstatic final TPath.UnionTPathCache.ALL_LOWERStpath "(preceding::node()|nacestor-or-self::node())"