Package | Description |
---|---|
org.opendaylight.yangtools.yang.parser.rfc7950.repo | |
org.opendaylight.yangtools.yang.parser.stmt.reactor |
Contains the implementation of the parser reactor
CrossSourceStatementReactor . |
Modifier and Type | Class and Description |
---|---|
class |
YangStatementStreamSource
This class represents implementation of StatementStreamSource in order to emit YANG statements using supplied
StatementWriter.
|
class |
YinStatementStreamSource
A
StatementStreamSource based on a YinXmlSchemaSource . |
Modifier and Type | Method and Description |
---|---|
static StatementStreamSource |
YinStatementStreamSource.create(YinDomSchemaSource source) |
static StatementStreamSource |
YinStatementStreamSource.create(YinXmlSchemaSource source) |
Modifier and Type | Method and Description |
---|---|
@NonNull CrossSourceStatementReactor.BuildAction |
CrossSourceStatementReactor.BuildAction.addLibSources(StatementStreamSource... libSources)
Add library sources.
|
@NonNull CrossSourceStatementReactor.BuildAction |
CrossSourceStatementReactor.BuildAction.addSource(StatementStreamSource source)
Add main source.
|
@NonNull CrossSourceStatementReactor.BuildAction |
CrossSourceStatementReactor.BuildAction.addSources(StatementStreamSource... sources)
Add main sources.
|
Modifier and Type | Method and Description |
---|---|
@NonNull CrossSourceStatementReactor.BuildAction |
CrossSourceStatementReactor.BuildAction.addLibSources(Collection<StatementStreamSource> libSources) |
Copyright © 2019 OpenDaylight. All rights reserved.