Package org.jaxen.pattern
Defines XSLT Pattern objects.
-
Class Summary Class Description AnyNodeTest AnyNodeTest
matches any node.LocationPathPattern LocationPathPattern
matches any node using a location path such as A/B/C.NamespaceTest NamespaceTest
tests for a given namespace URI.NameTest NameTest
tests for a node name.NodeTest Deprecated. will be removed in Jaxen 2.0NodeTypeTest NodeTypeTest
matches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.Pattern Pattern
defines the behaviour for pattern in the XSLT processing model.PatternHandler SAXPathXPathHandler
implementation capable of building Jaxen expression trees which can walk various different object models.PatternParser PatternParser
is a helper class for parsing XSLT patternsTextNodeTest TextNodeTest
matches any text node.UnionPattern UnionPattern
represents a union pattern.