Uses of Package
org.jaxen.pattern

Packages that use org.jaxen.pattern
Package
Description
Defines XSLT Pattern objects.
  • Class
    Description
    AnyNodeTest matches any node.
    LocationPathPattern matches any node using a location path such as A/B/C.
    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.
    TextNodeTest matches any text node.