OP-TED / eforms-core-java

Common API and tools for eForms applications.
European Union Public License 1.2
3 stars 1 forks source link

Feature: Add API for XPath parsing and processing (TEDEFO-2401) #23

Closed bertrand-lorentz closed 1 year ago

bertrand-lorentz commented 1 year ago

This consolidates the various XPath processing capabilities from the EFX toolkit into the eForms core library. See commit messages for more details.

This just adds APIs, so existing usage is not impacted. The removal of the corresponding features from the EFX toolkit is prepared and will be in a PR there once this is OK.

I'd welcome suggestions on the names of the new classes in the added API (XPathProcessor and XPathInfo).