like for
, sum
, if
, intersect
...and if not, or not entirely, where can I find the details? And if it does, where can I find an official confirmation?
According to the javadoc, Java 6 supports XML Path Language (XPath) Version 1.0
Java is a programming language and it doesn't have direct language constructs, especially designed for evaluating XPath expressions.
It is totally different that some classes can come bundled with the Java distribution, that implement an XPath engine.
AFAIK, these XPath-engine implementing classes at present only implement XPath 1.0.
Of course, there are a number of 3rd party Java-based products, such as Saxon, which I am using every day in my free time. Another one I have seen mentioned is PsychoPath.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With