Uses of Class org.jaxen.pattern.Pattern

Uses in package org.jaxen.pattern

Classes derived from org.jaxen.pattern.Pattern

class
AnyChildNodeTest matches any child node.
class
AnyNodeTest matches any node.
class
LocationPathPattern matches any node using a location path such as A/B/C.
class
NamespaceTest tests for a given namespace URI.
class
NameTest tests for a node name.
class
NodeTest is a simple test on a node.
class
NodeTypeTest matches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.
class
NoNodeTest matches no nodes.
class
TextNodeTest matches any text node.
class
UnionPattern represents a union pattern.

Constructors with parameter type org.jaxen.pattern.Pattern

Fields of type org.jaxen.pattern.Pattern

Pattern
Patterns matching one of my ancestors
Pattern
Pattern
Patterns matching my parent node
Pattern
Pattern

Methods with parameter type org.jaxen.pattern.Pattern

void
Adds a pattern for an ancestor of the current context node used in this pattern.
void
void
Adds a pattern for the parent of the current context node used in this pattern.
void

Methods with return type org.jaxen.pattern.Pattern

Pattern
Pattern
Pattern
Pattern
Pattern
Retrieve the simplified Jaxen Pattern expression tree.
Pattern
PatternHandler.getPattern(boolean shouldSimplify)
Retrieve the Jaxen Pattern expression tree, optionally simplified.
Pattern
Pattern[]
If this pattern is a union pattern then this method should return an array of patterns which describe the union pattern, which should contain more than one pattern.
Pattern[]
Pattern
PatternParser.parse(String text)
Pattern
Pattern
Pattern