Package org.jaxen.pattern


package org.jaxen.pattern

Defines XSLT Pattern objects.

  • Classes
    Class
    Description
    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.0
    NodeTypeTest 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.
    SAXPath XPathHandler implementation capable of building Jaxen expression trees which can walk various different object models.
    PatternParser is a helper class for parsing XSLT patterns
    TextNodeTest matches any text node.
    UnionPattern represents a union pattern.