| Package | Description | 
|---|---|
| org.opendaylight.yangtools.transform | |
| org.opendaylight.yangtools.yang.data.api.schema | 
 Definition of normalized YANG DOM Model
 Normalized DOM Model brings more direct mapping between YANG Model, DOM
 representation of data 
 | 
| org.opendaylight.yangtools.yang.data.api.schema.stream | |
| org.opendaylight.yangtools.yang.data.codec.gson | |
| org.opendaylight.yangtools.yang.data.impl.codec | |
| org.opendaylight.yangtools.yang.data.impl.schema | |
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | |
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid | |
| org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser | |
| org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser | |
| org.opendaylight.yangtools.yang.data.util | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QNameTransformingStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
YangInstanceIdentifier.AugmentationIdentifier | 
AugmentationNode.getIdentifier()
Gets identifier of augmentation node
 Returned identifier of augmentation node contains all possible
 direct child QNames. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ForwardingNormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier)  | 
void | 
LoggingNormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier)  | 
void | 
NormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier)
Emits start of augmentation node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JSONNormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
AugmentationSchema | 
SchemaTracker.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
static YangInstanceIdentifier.AugmentationIdentifier | 
SchemaUtils.getNodeIdentifierForAugmentation(AugmentationSchema schema)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> | 
Builders.augmentationBuilder()  | 
static DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> | 
Builders.augmentationBuilder(AugmentationSchema schema)  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
SchemaUtils.belongsToCaseAugment(ChoiceCaseNode caseNode,
                    YangInstanceIdentifier.AugmentationIdentifier childToProcess)  | 
void | 
ImmutableNormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> | 
ImmutableAugmentationNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.AugmentationIdentifier nodeIdentifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DataValidationException.checkLegalChild(boolean isLegal,
               YangInstanceIdentifier.PathArgument child,
               DataNodeContainer schema,
               Set<QName> childNodes,
               Set<YangInstanceIdentifier.AugmentationIdentifier> augments)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> | 
AugmentationNodeBaseParser.getBuilder(AugmentationSchema schema)  | 
| Constructor and Description | 
|---|
AugmentationNodeBaseParser(ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> buildingStrategy)  | 
| Modifier and Type | Method and Description | 
|---|---|
ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> | 
DomToNormalizedNodeParserFactory.BuildingStrategyProvider.forAugmentation()  | 
| Modifier and Type | Method and Description | 
|---|---|
static YangInstanceIdentifier.AugmentationIdentifier | 
DataSchemaContextNode.augmentationIdentifierFrom(AugmentationSchema augmentation)  | 
static YangInstanceIdentifier.AugmentationIdentifier | 
CompositeNodeDataWithSchema.getNodeIdentifierForAugmentation(AugmentationSchema schema)  | 
Copyright © 2018 OpenDaylight. All rights reserved.