Package | Description |
---|---|
eu.bandm.tools.paisley |
A modular implementation of pattern matching on arbitrary objects.
|
Modifier and Type | Method and Description |
---|---|
static XPathPatterns.Test |
XPathPatterns.comment() |
static XPathPatterns.Test |
XPathPatterns.name(String tagName) |
static XPathPatterns.Test |
XPathPatterns.name(String namespaceURI,
String localName) |
static XPathPatterns.Test |
XPathPatterns.node() |
static XPathPatterns.Test |
XPathPatterns.text() |
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 .