Package org.jaxen.pattern
package org.jaxen.pattern
Defines XSLT Pattern objects.
-
ClassesClassDescription
AnyNodeTest
matches any node.LocationPathPattern
matches any node using a location path such as A/B/C.NamespaceTest
tests for a given namespace URI.NameTest
tests for a node name.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.SAXPathXPathHandler
implementation capable of building Jaxen expression trees which can walk various different object models.PatternParser
is a helper class for parsing XSLT patternsTextNodeTest
matches any text node.UnionPattern
represents a union pattern.