Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 678 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 678 Bytes

Yangkit-xpath-impl

overview

Yangkit-xpath-impl provide the implementations to parse/validate/evaluate YANG XPATH expression(used in when/must/leafref etc.).

Features

  • The implementations for parsing YANG XPATH expression.
  • The implementations for validating YANG XPATH expression.
  • The implementations for evaluating YANG XPATH expression in YANG data document.

Installation

add the maven dependency to your pom.xml

    <dependency>
        <groupId>io.github.yang-central.yangkit</groupId>
        <artifactId>yangkit-xpath-impl</artifactId>
        <version>1.0.0</version>
    </dependency>

Documentation

Javadoc