Uses of Interface
eu.bandm.tools.paisley.XPathPatterns.Predicate
Packages that use XPathPatterns.Predicate
Package
Description
A modular implementation of pattern matching on arbitrary objects.
-
Uses of XPathPatterns.Predicate in eu.bandm.tools.paisley
Methods in eu.bandm.tools.paisley that return XPathPatterns.PredicateModifier and TypeMethodDescriptiondefault XPathPatterns.Predicate
XPathPatterns.Predicate.compile()
static XPathPatterns.Predicate
XPathPatterns.exists
(XPathPatterns.Path cond) static XPathPatterns.Predicate
XPathPatterns.index
(int i) static XPathPatterns.Predicate
XPathPatterns.last()
Methods in eu.bandm.tools.paisley with parameters of type XPathPatterns.PredicateModifier and TypeMethodDescriptionXPathPatterns.Solution.filter
(XPathPatterns.Predicate pred) XPathPatterns.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)