Uses of Enum Class
eu.bandm.tools.paisley.XPathPatterns.Axis
Packages that use XPathPatterns.Axis
Package
Description
A modular implementation of pattern matching on arbitrary objects.
-
Uses of XPathPatterns.Axis in eu.bandm.tools.paisley
Methods in eu.bandm.tools.paisley that return XPathPatterns.AxisModifier and TypeMethodDescriptionstatic XPathPatterns.Axis
Returns the enum constant of this class with the specified name.static XPathPatterns.Axis[]
XPathPatterns.Axis.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.paisley with parameters of type XPathPatterns.AxisModifier and TypeMethodDescriptionXPathPatterns.Path.step
(XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates) XPathPatterns.step
(Motif<? extends Node, Node> parent, XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates) XPathPatterns.step
(XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates)