Uses of Package
org.jaxen.expr
-
Packages that use org.jaxen.expr Package Description org.jaxen This package defines the core Jaxen API to the XPath engine.org.jaxen.expr Interfaces and default implementations for XPath expression components.org.jaxen.pattern Defines XSLT Pattern objects. -
Classes in org.jaxen.expr used by org.jaxen Class Description Expr Represents an XPath expression.FunctionCallExpr Represents an XPath function call expression.LocationPath Represents an XPath location path such as//foo/bar
orpre:baz[position()=last()]
.Predicated Interface for objects which can have one or more predicates.XPathExpr A wrapper around an XPath expression.XPathFactory An abstract factory used to create individual path component objects. -
Classes in org.jaxen.expr used by org.jaxen.expr Class Description AllNodeStep Represents the XPath node-testnode()
.BinaryExpr Represents a binary expression.CommentNodeStep Represents the XPath node-testcomment()
.DefaultExpr Deprecated.this class will become non-public in the future; use the interface insteadDefaultStep Deprecated.this class will become non-public in the future; use the interface insteadExpr Represents an XPath expression.FilterExpr Represents an XPath filter expression.FunctionCallExpr Represents an XPath function call expression.LiteralExpr Represents an XPath string literal.LocationPath Represents an XPath location path such as//foo/bar
orpre:baz[position()=last()]
.NameStep Represents an XPath name test such aspara
orsvg:rect
.NumberExpr Represents an XPath floating point literal.PathExpr Represents an XPath path expression.Predicate Represents an XPath predicate such as[position() = last()]
.Predicated Interface for objects which can have one or more predicates.PredicateSet Represents the collection of predicates that follow the node-test in a location path.ProcessingInstructionNodeStep Represents the XPath node-testprocessing-instruction()
.Step Represents a location step in a LocationPath.TextNodeStep Represents the XPath node-testtext()
.UnionExpr Represents an XPath union expression.VariableReferenceExpr Represents an XPath variable reference.XPathExpr A wrapper around an XPath expression.XPathFactory An abstract factory used to create individual path component objects. -
Classes in org.jaxen.expr used by org.jaxen.pattern Class Description DefaultStep Deprecated.this class will become non-public in the future; use the interface insteadExpr Represents an XPath expression.FilterExpr Represents an XPath filter expression.LocationPath Represents an XPath location path such as//foo/bar
orpre:baz[position()=last()]
.Step Represents a location step in a LocationPath.