Re: RFR: 8276141: XPathFactory set/getProperty method [v11]

2021-11-30 Thread Joe Wang
On Tue, 30 Nov 2021 18:00:38 GMT, Joe Wang  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:
> 
>   Add a statement to clarify the space of the properties

Hi all, refer to Joe's comment on the CSR, adding a statement to clarify where 
properties may be defined, that is, the method may be used for setting 
properties that may have been defined by the spec or the underlying impl.

-

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


Re: RFR: 8276141: XPathFactory set/getProperty method [v11]

2021-11-30 Thread Joe Wang
> 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:

  Add a statement to clarify the space of the properties

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6215/files
  - new: https://git.openjdk.java.net/jdk/pull/6215/files/3f1ca154..c791758a

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6215&range=10
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6215&range=09-10

  Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6215.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6215/head:pull/6215

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