Uses of Class
eu.bandm.tools.paisley.xml.XPathPatterns.Path
Packages that use XPathPatterns.Path
-
Uses of XPathPatterns.Path in eu.bandm.tools.paisley.xml
Methods in eu.bandm.tools.paisley.xml that return XPathPatterns.PathModifier and TypeMethodDescriptionstatic XPathPatterns.PathXPathPatterns.absolute()Returns an empty absolute location path.static XPathPatterns.PathXPathPatterns.relative()Returns an empty relative location path.XPathPatterns.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.Methods in eu.bandm.tools.paisley.xml with parameters of type XPathPatterns.PathModifier and TypeMethodDescriptionstatic XPathPatterns.PredicateXPathPatterns.exists(XPathPatterns.Path path) Returns a predicate that selects from a node-set the elements for which the given path leads to one or more nodes.