Skip navigation links

Package com.xmlmind.xml.xpath

XPath 1.0 full implementation extracted from James Clark's XT.

See: Description

Package com.xmlmind.xml.xpath Description

XPath 1.0 full implementation extracted from James Clark's XT.

Does not supersede the implementation of the very small subset of XPath found in com.xmlmind.xml.sxpath package which is used by W3C XML Schema validation and which is also used to parametrize the behavior of classes such as DocumentWriter.

The classes in this package are either thread-safe or their code is reentrant (e.g. you must create one instance of ExprContextImpl per thread).

Skip navigation links