Package org.jaxen.expr


package org.jaxen.expr

Interfaces and default implementations for XPath expression components.

  • Class
    Description
    Represents an XPath additive expression.
    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
    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
    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
    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
    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
    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
    Deprecated.
    this class will become non-public in the future; use the interface instead
    The concrete implementation of the XPathFactory anstract factory.
    Represents an XPath equality expression.
    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 logical expression.
    Represents an XPath multiplicative expression.
    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 an XPath relational expression such as count(//p) > count(//div).
    Represents a location step in a LocationPath.
    Represents the XPath node-test text().
    Represents an XPath unary expression such as -78.
    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.