Interface AugmentationSchemaNode

    • Method Detail

      • getTargetPath

        default SchemaNodeIdentifier getTargetPath()
        Returns augmentation target path.
        Returns:
        SchemaNodeIdentifier that identifies a node in the schema tree. This node is called the augment's target node. The target node MUST be either a container, list, choice, case, input, output, or anotification node. It is augmented with the nodes defined as child nodes of this AugmentationSchema.