Uses of Enum Class
eu.bandm.tools.paisley.xml.XPathPatterns.Axis
Packages that use XPathPatterns.Axis
-
Uses of XPathPatterns.Axis in eu.bandm.tools.paisley.xml
Methods in eu.bandm.tools.paisley.xml that return XPathPatterns.AxisModifier and TypeMethodDescriptionstatic XPathPatterns.AxisReturns 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.xml with parameters of type XPathPatterns.AxisModifier and TypeMethodDescriptionXPathPatterns.Path.step(XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates) Returns a new location path that extends this path with a given axis, node test, and zero or more predicates.