Class LeafRefUtils
java.lang.Object
org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic LeafRefPath
createAbsoluteLeafRefPath
(LeafRefPath leafRefPath, ImmutableList<QName> contextNodeSchemaPath, Module module) Create an absolute leafref path.static LeafRefPath
schemaPathToLeafRefPath
(ImmutableList<QName> nodePath, Module module)
-
Method Details
-
createAbsoluteLeafRefPath
public static LeafRefPath createAbsoluteLeafRefPath(LeafRefPath leafRefPath, ImmutableList<QName> contextNodeSchemaPath, Module module) Create an absolute leafref path.- Parameters:
leafRefPath
- leafRefPathcontextNodeSchemaPath
- contextNodeSchemaPathmodule
- module- Returns:
- LeafRefPath object
-
schemaPathToLeafRefPath
-