Package org.jaxen.pattern
package org.jaxen.pattern
Defines XSLT Pattern objects. The design of this library is greatly influenced by Michael Kay's SAXON implementation.
-
ClassesClassDescription
AnyChildNodeTestmatches any child node.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.NodeTestis a simple test on a node.NodeTypeTestmatches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.NoNodeTestmatches no nodes.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.