Package org.jaxen.pattern
package org.jaxen.pattern
Defines XSLT Pattern objects.
-
ClassesClassDescription
AnyNodeTestmatches any node.LocationPathPatternmatches any node using a location path such as A/B/C.NamespaceTesttests for a given namespace URI.NameTesttests for a node name.Deprecated.will be removed in Jaxen 2.0NodeTypeTestmatches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.Patterndefines the behaviour for pattern in the XSLT processing model.SAXPathXPathHandlerimplementation capable of building Jaxen expression trees which can walk various different object models.PatternParseris a helper class for parsing XSLT patternsTextNodeTestmatches any text node.UnionPatternrepresents a union pattern.