Uses of Enum Class
eu.bandm.tools.paisley.XPathPatterns.Axis
Package
Description
A modular implementation of pattern matching on arbitrary objects.
-
Uses of XPathPatterns.Axis in eu.bandm.tools.paisley
Modifier 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.Modifier 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)