elharo commented on PR #19:
URL: https://github.com/apache/xerces-j/pull/19#issuecomment-3023782854
Maybe not. Looks like we don't get ElementTraveral until Java 11:
```
compile:
[copy] Copying 23 files to
/home/runner/work/xerces-j/xerces-j/build/classes
[xjavac] Compiling 712 source files to
/home/runner/work/xerces-j/xerces-j/build/classes
[xjavac]
/home/runner/work/xerces-j/xerces-j/build/src/org/apache/xerces/dom/ElementImpl.java:26:
error: cannot find symbol
[xjavac] import org.w3c.dom.ElementTraversal;
[xjavac] ^
[xjavac] symbol: class ElementTraversal
[xjavac] location: package org.w3c.dom
[xjavac]
/home/runner/work/xerces-j/xerces-j/build/src/org/apache/xerces/dom/ElementImpl.java:63:
error: cannot find symbol
[xjavac] implements Element, ElementTraversal, TypeInfo,
NodeEqualityWithQname {
[xjavac] ^
[xjavac] symbol: class ElementTraversal
[xjavac] Note: Some input files use or override a deprecated API.
[xjavac] Note: Recompile with -Xlint:deprecation for details.
[xjavac] Note: Some input files use unchecked or unsafe operations.
[xjavac] Note: Recompile with -Xlint:unchecked for details.
[xjavac] 2 errors
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]