Skip navigation links

Package com.xmlmind.xml.sxpath

A simple implementation of XPath needed to implement W3C XML Schema validation as well as many simple tools.

See: Description

Package com.xmlmind.xml.sxpath Description

A simple implementation of XPath needed to implement W3C XML Schema validation as well as many simple tools.

The subset supported by this implementation is the subset required to implement W3C XML Schema validation, plus the support for absolute XPaths (W3C XML Schema only requires supporting relative XPaths).

This package also contains a couple of helper classes (fast element and attribute matchers) based on this simple implementation of XPath.

The classes in this package are thread-safe.

Skip navigation links