Uses of Package
org.jaxen.pattern
Packages that use org.jaxen.pattern
-
Classes in org.jaxen.pattern used by org.jaxen.patternClassDescription
AnyChildNodeTest
matches any child node.AnyNodeTest
matches any node.LocationPathPattern
matches any node using a location path such as A/B/C.NodeTest
is a simple test on a node.NodeTypeTest
matches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.NoNodeTest
matches no nodes.Pattern
defines the behaviour for pattern in the XSLT processing model.TextNodeTest
matches any text node.