| Interface | Description |
|---|---|
| SchemaContextFactory |
An asynchronous factory for building
SchemaContext instances based on
a specification of what SourceIdentifiers are required and dynamic
recursive resolution. |
| SchemaRepository |
Interface exposed by repository implementations.
|
| SchemaSourceFilter |
A filter of schema sources.
|
| SchemaSourceRepresentation |
Common interface for schema source representations.
|
| YangSchemaSourceRepresentation |
A YANG
SchemaSourceRepresentation. |
| YinSchemaSourceRepresentation |
A YIN
SchemaSourceRepresentation. |
| YinXmlSchemaSource |
YIN text schema source representation.
|
| Class | Description |
|---|---|
| ResourceYangTextSchemaSource |
A resource-backed
YinTextSchemaSource. |
| RevisionSourceIdentifier |
YANG Schema revision source identifier.
|
| SchemaContextFactoryConfiguration |
SchemaContextFactory configuration class.
|
| SchemaContextFactoryConfiguration.Builder | |
| SemVerSourceIdentifier |
YANG Schema source identifier with specified semantic version.
|
| SourceIdentifier |
Base class of YANG Schema source identifiers.
|
| YangTextSchemaSource |
YANG text schema source representation.
|
| YinDomSchemaSource |
Utility
YinXmlSchemaSource exposing a W3C DOMSource representation of YIN model. |
| YinTextSchemaSource |
YIN text schema source representation.
|
| Enum | Description |
|---|---|
| StatementParserMode |
| Exception | Description |
|---|---|
| MissingSchemaSourceException |
Exception thrown when a the specified schema source is not available.
|
| SchemaResolutionException |
Exception thrown when a Schema Source fails to resolve.
|
| SchemaSourceException |
Exception thrown when a failure to acquire a schema source occurs.
|
Copyright © 2019 OpenDaylight. All rights reserved.