Uses of Package
org.jaxen.pattern
Packages that use org.jaxen.pattern
-
Classes in org.jaxen.pattern used by org.jaxen.patternClassDescription
AnyNodeTest
matches any node.LocationPathPattern
matches any node using a location path such as A/B/C.Deprecated.will be removed in Jaxen 2.0NodeTypeTest
matches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.Pattern
defines the behaviour for pattern in the XSLT processing model.TextNodeTest
matches any text node.