Package org.jaxen.expr
package org.jaxen.expr
Interfaces and default implementations for XPath expression components.
-
ClassDescriptionRepresents an XPath additive expression.Represents the XPath node-test
node()
.Represents a binary expression.Represents the XPath node-testcomment()
.Deprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadDeprecated.this class will become non-public in the future; use the interface insteadThe 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.This is a set that uses identity rather than equality semantics.Represents an XPath string literal.Represents an XPath location path such as//foo/bar
orpre:baz[position()=last()]
.Represents an XPath logical expression.Represents an XPath multiplicative expression.Represents an XPath name test such aspara
orsvg: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-testprocessing-instruction()
.Represents an XPath relational expression such ascount(//p) > count(//div)
.Represents a location step in a LocationPath.Represents the XPath node-testtext()
.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.