Interface YinXmlSource
- All Superinterfaces:
Immutable,SourceRepresentation,YinSourceRepresentation
- All Known Implementing Classes:
YinDomSource
YIN text schema source representation. Exposes an RFC6020 or RFC7950 XML representation as an XML
Source.-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.source.SourceRepresentation
sourceId, symbolicName
-
Method Details
-
getType
Class<? extends YinXmlSource> getType()- Specified by:
getTypein interfaceSourceRepresentation- Specified by:
getTypein interfaceYinSourceRepresentation
-
getSource
@NonNull Source getSource()Return an XMLSourceof the YIN document.- Returns:
- An XML
Sourceinstance.
-