Yangkit-xpath-api provide the APIs to parse/validate/evaluate YANG XPATH expression(used in when/must/leafref etc.).
- The APIs for parsing YANG XPATH expression.
- The APIs for validating YANG XPATH expression.
- The APIs for evaluating YANG XPATH expression in YANG data document.
add the maven dependency to your pom.xml
<dependency>
<groupId>io.github.yang-central.yangkit</groupId>
<artifactId>yangkit-xpath-api</artifactId>
<version>1.0.0</version>
</dependency>