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