RFR: 8276141: XPathFactory set/getProperty method [v9]

Naoto Sato naoto at openjdk.java.net
Thu Nov 18 22:45:48 UTC 2021


On Wed, 10 Nov 2021 17:28:05 GMT, Joe Wang <joehw at openjdk.org> wrote:

>> Add setProperty/getProperty methods to the XPath API so that properties can be supported in the future.
>
> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   adjust wording

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.java line 326:

> 324:         // property name not recognized
> 325:         String fmsg = XSLMessages.createXPATHMessage(
> 326:                 XPATHErrorResources.ER_GETTING_UNKNOWN_PROPERTY,

Should this be `ER_PROPERTY_UNKNOWN`?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6215


More information about the core-libs-dev mailing list