Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use XPathProcessor for all remaining XPath operations
The XPathContextualizer class is only kept to provide utility method to box and unbox XPath strings into PathExpression instances, and just uses XPathProcessor from eforms-core-java. Remove the XPathContextualizerTest class, as all those unit tests are now unit tests of XPathProcessor.
- Loading branch information