Class and Description |
---|
org.jaxen.expr.DefaultAbsoluteLocationPath
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultAllNodeStep
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultCommentNodeStep
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultExpr
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultFilterExpr
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultFunctionCallExpr
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultNameStep
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultProcessingInstructionNodeStep
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultRelativeLocationPath
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultStep
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultTextNodeStep
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultUnionExpr
this class will become non-public in the future;
use the interface instead
|
org.jaxen.expr.DefaultXPathExpr
this class will become non-public in the future;
use the interface instead
|
org.jaxen.util.LinkedIterator
This class is undocumented and untested.
It will be removed in a future release.
|
org.jaxen.util.StackedIterator
this iterator is no longer used to implement any of the Jaxen axes. If you have implemented
a navigator-specific axis based on this class, take a look at the DescendantAxisIterator for ideas
on how to remove that dependency.
|
Method and Description |
---|
org.jaxen.FunctionCallException.getNestedException()
replaced by
SAXPathException.getCause() |
org.jaxen.BaseXPath.valueOf(Object)
replaced by
BaseXPath.stringValueOf(java.lang.Object) |
org.jaxen.XPath.valueOf(Object)
use
XPath.stringValueOf(Object) instead |