Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.repo.api | |
org.opendaylight.yangtools.yang.parser.rfc7950.repo |
Modifier and Type | Method and Description |
---|---|
static @NonNull YinDomSchemaSource |
YinDomSchemaSource.create(@NonNull SourceIdentifier identifier,
@NonNull DOMSource source)
Create a new
YinDomSchemaSource using an identifier and a source. |
static @NonNull YinDomSchemaSource |
YinDomSchemaSource.lazyTransform(YinXmlSchemaSource xmlSchemaSource)
Create a
YinDomSchemaSource from a YinXmlSchemaSource . |
static @NonNull YinDomSchemaSource |
YinDomSchemaSource.transform(YinXmlSchemaSource xmlSchemaSource)
Create a
YinDomSchemaSource from a YinXmlSchemaSource . |
Modifier and Type | Method and Description |
---|---|
static YinDomSchemaSource |
YinTextToDomTransformer.transformSource(YinTextSchemaSource source) |
Modifier and Type | Method and Description |
---|---|
static StatementStreamSource |
YinStatementStreamSource.create(YinDomSchemaSource source) |
Copyright © 2019 OpenDaylight. All rights reserved.