Uses of Class
org.opendaylight.yangtools.yang.model.spi.source.YinDomSource
Packages that use YinDomSource
Package
Description
Various utilities dealing with sources of YANG and YIN models.
-
Uses of YinDomSource in org.opendaylight.yangtools.yang.model.spi.source
Methods in org.opendaylight.yangtools.yang.model.spi.source that return YinDomSourceModifier and TypeMethodDescriptionstatic @NonNull YinDomSourceYinDomSource.create(@NonNull SourceIdentifier identifier, @NonNull DOMSource source, @Nullable String symbolicName) Create a newYinDomSourceusing an identifier and a source.static @NonNull YinDomSourceYinDomSource.lazyTransform(YinXmlSource xmlSchemaSource) Create aYinDomSourcefrom aYinXmlSource.static @NonNull YinDomSourceYinDomSource.transform(YinXmlSource xmlSchemaSource) Create aYinDomSourcefrom aYinXmlSource.Methods in org.opendaylight.yangtools.yang.model.spi.source that return types with arguments of type YinDomSource