Package org.opendaylight.yangtools.yang.parser.api


package org.opendaylight.yangtools.yang.parser.api
YANG parser public API. It allows compiling a set of YANG (or YIN) modules into a cross-referenced representation. The primary entry point is YangParserFactory, which is a thread-safe service. Its YangParserFactory.createParser() family of methods return a YangParser, which in turns mediates the compilation process in the context of a single thread.