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
importstatements.A single RFC8525module-set.A service capable of transforming aYangLibModuleSetto anEffectiveModelContext.A single RFC8525submodulelist entry.Configurable single-use YANG parser.A configuration ofYangParserwiring for use withYangParserFactory.Base exception reported byYangParser.Basic entry point into a YANG parser implementation.