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.-
ClassDescriptionEnumeration of various ways of resolving
import
statements.A single RFC8525module-set
.A service capable of transforming aYangLibModuleSet
to anEffectiveModelContext
.A single RFC8525submodule
list entry.Configurable single-use YANG parser.A configuration ofYangParser
wiring for use withYangParserFactory
.Base exception reported byYangParser
.Basic entry point into a YANG parser implementation.