Interface YinXmlSchemaSource
-
- All Superinterfaces:
Identifiable<SourceIdentifier>
,Immutable
,MutationBehaviour<Immutable>
,SchemaSourceRepresentation
,YinSchemaSourceRepresentation
- All Known Implementing Classes:
YinDomSchemaSource
@Beta public interface YinXmlSchemaSource extends YinSchemaSourceRepresentation
YIN text schema source representation. Exposes an RFC6020 or RFC7950 XML representation as an XMLSource
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull Source
getSource()
Return an XMLSource
of the YIN document.Class<? extends YinXmlSchemaSource>
getType()
Return the concrete representation type.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
getIdentifier, getSymbolicName
-
-
-
-
Method Detail
-
getType
Class<? extends YinXmlSchemaSource> getType()
Description copied from interface:SchemaSourceRepresentation
Return the concrete representation type.- Specified by:
getType
in interfaceSchemaSourceRepresentation
- Specified by:
getType
in interfaceYinSchemaSourceRepresentation
- Returns:
- The type of representation.
-
-