Uses of Package
org.jaxen.expr

Packages that use org.jaxen.expr
Package
Description
This package defines the core Jaxen API to the XPath engine.
Interfaces and default implementations for XPath expression components.
Defines XSLT Pattern objects.
  • Classes in org.jaxen.expr used by org.jaxen
    Class
    Description
    Represents an XPath expression.
    Represents an XPath function call expression.
    Represents an XPath location path such as //foo/bar or pre:baz[position()=last()].
    Interface for objects which can have one or more predicates.
    A wrapper around an XPath expression.
    An abstract factory used to create individual path component objects.
  • Classes in org.jaxen.expr used by org.jaxen.expr
    Class
    Description
    Represents the XPath node-test node().
    Represents a binary expression.
    Represents the XPath node-test comment().
    Deprecated.
    this class will become non-public in the future; use the interface instead
    Deprecated.
    this class will become non-public in the future; use the interface instead
    Represents an XPath expression.
    Represents an XPath filter expression.
    Represents an XPath function call expression.
    Represents an XPath string literal.
    Represents an XPath location path such as //foo/bar or pre:baz[position()=last()].
    Represents an XPath name test such as para or svg:rect.
    Represents an XPath floating point literal.
    Represents an XPath path expression.
    Represents an XPath predicate such as [position() = last()].
    Interface for objects which can have one or more predicates.
    Represents the collection of predicates that follow the node-test in a location path.
    Represents the XPath node-test processing-instruction().
    Represents a location step in a LocationPath.
    Represents the XPath node-test text().
    Represents an XPath union expression.
    Represents an XPath variable reference.
    A wrapper around an XPath expression.
    An abstract factory used to create individual path component objects.
  • Class
    Description
    Deprecated.
    this class will become non-public in the future; use the interface instead
    Represents an XPath expression.
    Represents an XPath filter expression.
    Represents an XPath location path such as //foo/bar or pre:baz[position()=last()].
    Represents a location step in a LocationPath.