-
Enhancement
-
Resolution: Fixed
-
P2
-
1.3.0
-
1.3
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2080419 | 5.0 | Jeff Suttor | P2 | Resolved | Fixed | b41 |
the JSR 206 Expert Group requires that the XPath API be updated as follows:
Exceptions, make exception construction compatible with JDK 1.3
- XPathException
- XPathExpressionException
- XPathFactoryConfigurationException
- XPathFunctionException
XPathConstants: remove toString() method
XPath, XPathExpression: remove the evaluate methods that take a URL. Rely on the caller to construct an InputSource instead.
XPathFactory:
- allow default resolvers to be specified on the factory
- allow set/get feature, define behavior of secure processing feature
Javadoc:
- XPathFunction: add warning about side-effects in extension functions
- package.html: include example results
###@###.### 2004-02-16
###@###.### 2004-02-16
Exceptions, make exception construction compatible with JDK 1.3
- XPathException
- XPathExpressionException
- XPathFactoryConfigurationException
- XPathFunctionException
XPathConstants: remove toString() method
XPath, XPathExpression: remove the evaluate methods that take a URL. Rely on the caller to construct an InputSource instead.
XPathFactory:
- allow default resolvers to be specified on the factory
- allow set/get feature, define behavior of secure processing feature
Javadoc:
- XPathFunction: add warning about side-effects in extension functions
- package.html: include example results
###@###.### 2004-02-16
###@###.### 2004-02-16
- backported by
-
JDK-2080419 JSR 206: Update XPath API per Expert Group recommendations
- Resolved