| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.model.export | |
| org.opendaylight.yangtools.yang.model.parser.api | |
| org.opendaylight.yangtools.yang.parser.spi |
Provides essential namespaces which are filled in the parsing process.
|
| org.opendaylight.yangtools.yang.parser.spi.meta |
Provides base abstract classes, interfaces and common implementation used by the statement parser.
|
| org.opendaylight.yangtools.yang.parser.spi.source |
Provides API necessary for the processing of statement sources.
|
| Modifier and Type | Method and Description |
|---|---|
XMLEventReader |
YinXMLEventReaderFactory.createXMLEventReader(ModuleEffectiveStatement module)
Create a new XMLEventReader iterating of the YIN document equivalent of an effective module.
|
XMLEventReader |
YinXMLEventReaderFactory.createXMLEventReader(ModuleEffectiveStatement module,
SubmoduleEffectiveStatement submodule)
Create a new XMLEventReader iterating of the YIN document equivalent of an effective submodule.
|
YangTextSnippet |
DeclaredStatementFormatter.toYangTextSnippet(ModuleEffectiveStatement module,
DeclaredStatement<?> statement)
Format specified statement into a
YangTextSnippet. |
| Modifier and Type | Method and Description |
|---|---|
default Map<QNameModule,ModuleEffectiveStatement> |
YangParser.buildEffectiveModel()
Build the effective view of a combined view of effective statements.
|
| Modifier and Type | Field and Description |
|---|---|
static NamespaceBehaviour<SourceIdentifier,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,ModuleNamespace> |
ModuleNamespace.BEHAVIOUR |
static NamespaceBehaviour<String,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,PreLinkageModuleNamespace> |
PreLinkageModuleNamespace.BEHAVIOUR |
static NamespaceBehaviour<QNameModule,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,NamespaceToModule> |
NamespaceToModule.BEHAVIOUR |
| Modifier and Type | Field and Description |
|---|---|
static NamespaceBehaviour<SemVerSourceIdentifier,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,SemanticVersionModuleNamespace> |
SemanticVersionModuleNamespace.BEHAVIOUR |
| Modifier and Type | Field and Description |
|---|---|
static NamespaceBehaviour<String,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,ModuleNamespaceForBelongsTo> |
ModuleNamespaceForBelongsTo.BEHAVIOUR |
Copyright © 2019 OpenDaylight. All rights reserved.