@Beta public interface YangModeledAnyXmlSchemaNode extends AnyXmlSchemaNode
SchemaNode
, followed by a block of substatements that holds detailed
anyxml information. The substatements are defined in DataSchemaNode
.
The "YangModeledAnyXml" in contrast to the "AnyXml" interface can also provide schema
of contained XML information. DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
@NonNull ContainerSchemaNode |
getSchemaOfAnyXmlData()
Returns the root schema node of the data in this anyxml node.
|
isConfiguration
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
isAugmenting
isAddedByUses
getWhenCondition
isMandatory
getMustConstraints
@NonNull ContainerSchemaNode getSchemaOfAnyXmlData()
Copyright © 2019 OpenDaylight. All rights reserved.