Uses of Interface
eu.bandm.tools.paisley.xml.XPathPatterns.Predicate
Packages that use XPathPatterns.Predicate
-
Uses of XPathPatterns.Predicate in eu.bandm.tools.paisley.xml
Methods in eu.bandm.tools.paisley.xml that return XPathPatterns.PredicateModifier 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.static XPathPatterns.PredicateXPathPatterns.last()Returns a predicate that selects from a node-set the element with the last context position.static XPathPatterns.PredicateXPathPatterns.position(int index) Returns a predicate that selects from a node-set the element with the given context position.Methods in eu.bandm.tools.paisley.xml with parameters of type XPathPatterns.PredicateModifier and TypeMethodDescriptionXPathPatterns.NodeSet.filter(XPathPatterns.Predicate pred) Returns a node-set that contains only those element of this node-set that are selected by the given predicate, in order.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.