Use imported checkState()
[yangtools.git] / data / README.md
1 # YANG data
2
3 This directory contains artifacts which deal with representing YANG-modeled data in ways similar
4 to how Java models XML data. These includes:
5 * an object model representation similar to W3C Document Object Model as found in **org.w3c.dom**
6 * corresponding stream similar Streaming APIs for XML as found in **java.xml.stream**
7 * an implementation of a YANG datastore, which has a number of convenient features:
8   * transactions with multi-version concurrency control
9   * optional enforcement of simple YANG structural constraints:
10     * **mandatory**
11     * **min-elements**/**max-elements**