Package | Description |
---|---|
eu.bandm.tools.paisley |
A modular implementation of pattern matching on arbitrary objects.
|
Modifier and Type | Method and Description |
---|---|
static XPathPatterns.Axis |
XPathPatterns.Axis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPathPatterns.Axis[] |
XPathPatterns.Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Motif<? extends Node,Node> |
XPathPatterns.step(Motif<? extends Node,Node> parent,
XPathPatterns.Axis axis,
XPathPatterns.Test test,
XPathPatterns.Predicate... predicates) |
static Motif<? extends Node,Node> |
XPathPatterns.step(XPathPatterns.Axis axis,
XPathPatterns.Test test,
XPathPatterns.Predicate... predicates) |
XPathPatterns.Path |
XPathPatterns.Path.step(XPathPatterns.Axis axis,
XPathPatterns.Test test,
XPathPatterns.Predicate... predicates) |
see also the complete user documentation .