Uses of Class
org.opendaylight.yangtools.yang.model.api.SchemaPath
Packages that use SchemaPath
Package
Description
Definition of structures and DOM like API of effected YANG schema.
Utility classes and implementations for concepts defined in yang-model-api.
-
Uses of SchemaPath in org.opendaylight.yangtools.yang.data.codec.binfmt
Methods in org.opendaylight.yangtools.yang.data.codec.binfmt that return SchemaPathModifier and TypeMethodDescriptionNormalizedNodeDataInput.readSchemaPath()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.yangtools.yang.data.codec.binfmt with parameters of type SchemaPathModifier and TypeMethodDescriptionvoid
NormalizedNodeDataOutput.writeSchemaPath
(SchemaPath path) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SchemaPath in org.opendaylight.yangtools.yang.data.codec.gson
Methods in org.opendaylight.yangtools.yang.data.codec.gson with parameters of type SchemaPathModifier and TypeMethodDescriptionstatic NormalizedNodeStreamWriter
JSONNormalizedNodeStreamWriter.createExclusiveWriter
(JSONCodecFactory codecFactory, SchemaPath path, XMLNamespace initialNs, com.google.gson.stream.JsonWriter jsonWriter) Create a new stream writer, which writes to the specified output stream.static NormalizedNodeStreamWriter
JSONNormalizedNodeStreamWriter.createNestedWriter
(JSONCodecFactory codecFactory, SchemaPath path, XMLNamespace initialNs, com.google.gson.stream.JsonWriter jsonWriter) Create a new stream writer, which writes to the specified output stream. -
Uses of SchemaPath in org.opendaylight.yangtools.yang.data.codec.xml
Methods in org.opendaylight.yangtools.yang.data.codec.xml with parameters of type SchemaPathModifier and TypeMethodDescriptionstatic @NonNull NormalizedNodeStreamWriter
XMLStreamNormalizedNodeStreamWriter.create
(XMLStreamWriter writer, EffectiveModelContext context, SchemaPath path) Create a new writer with the specified context and rooted in the specified schema path. -
Uses of SchemaPath in org.opendaylight.yangtools.yang.data.impl.schema
Constructors in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type SchemaPathModifierConstructorDescriptionSchemaOrderedNormalizedNodeWriter
(NormalizedNodeStreamWriter writer, EffectiveModelContext schemaContext, SchemaPath path) Deprecated.Use either one of the alternative constructors instead. -
Uses of SchemaPath in org.opendaylight.yangtools.yang.data.tree.leafref
Methods in org.opendaylight.yangtools.yang.data.tree.leafref that return SchemaPathMethods in org.opendaylight.yangtools.yang.data.tree.leafref with parameters of type SchemaPathModifier and TypeMethodDescriptionstatic LeafRefPath
LeafRefUtils.createAbsoluteLeafRefPath
(LeafRefPath leafRefPath, SchemaPath contextNodeSchemaPath, Module module) Create an absolute leafref path.static LeafRefPath
LeafRefUtils.schemaPathToLeafRefPath
(SchemaPath nodePath, Module module) -
Uses of SchemaPath in org.opendaylight.yangtools.yang.data.util
Methods in org.opendaylight.yangtools.yang.data.util with parameters of type SchemaPathModifier and TypeMethodDescriptionstatic @NonNull NormalizedNodeStreamWriterStack
NormalizedNodeStreamWriterStack.of
(EffectiveModelContext context, SchemaPath path) Deprecated. -
Uses of SchemaPath in org.opendaylight.yangtools.yang.model.api
Fields in org.opendaylight.yangtools.yang.model.api declared as SchemaPathModifier and TypeFieldDescriptionstatic final @NonNull SchemaPath
SchemaPath.ROOT
Deprecated, for removal: This API element is subject to removal in a future version.Shared instance of the conceptual root schema node.static final @NonNull SchemaPath
SchemaPath.SAME
Deprecated, for removal: This API element is subject to removal in a future version.Shared instance of the "same" relative schema node.Methods in org.opendaylight.yangtools.yang.model.api that return SchemaPathModifier and TypeMethodDescriptionstatic @NonNull SchemaPath
Deprecated, for removal: This API element is subject to removal in a future version.Constructs new instance of this class with the concrete path.static @NonNull SchemaPath
Deprecated, for removal: This API element is subject to removal in a future version.Constructs new instance of this class with the concrete path.static @NonNull SchemaPath
Deprecated, for removal: This API element is subject to removal in a future version.Constructs new instance of this class with the concrete path.@NonNull SchemaPath
SchemaPath.createChild
(Iterable<QName> relative) Deprecated, for removal: This API element is subject to removal in a future version.Create a child path based on concatenation of this path and a relative path.abstract @NonNull SchemaPath
SchemaPath.createChild
(QName element) Deprecated, for removal: This API element is subject to removal in a future version.Create a child path based on concatenation of this path and an additional path element.@NonNull SchemaPath
SchemaPath.createChild
(QName... elements) Deprecated, for removal: This API element is subject to removal in a future version.Create a child path based on concatenation of this path and additional path elements.@NonNull SchemaPath
SchemaPath.createChild
(SchemaPath relative) Deprecated, for removal: This API element is subject to removal in a future version.Create a child path based on concatenation of this path and a relative path.SchemaPath.getParent()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the immediate parent SchemaPath.static @NonNull SchemaPath
SchemaPath.of
(SchemaNodeIdentifier path) Deprecated, for removal: This API element is subject to removal in a future version.static @NonNull SchemaPath
SchemaPath.of
(SchemaNodeIdentifier.Absolute path) Deprecated, for removal: This API element is subject to removal in a future version.static @NonNull SchemaPath
SchemaPath.of
(SchemaNodeIdentifier.Descendant path) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.yangtools.yang.model.api with parameters of type SchemaPathModifier and TypeMethodDescription@NonNull SchemaPath
SchemaPath.createChild
(SchemaPath relative) Deprecated, for removal: This API element is subject to removal in a future version.Create a child path based on concatenation of this path and a relative path. -
Uses of SchemaPath in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return SchemaPathModifier and TypeMethodDescription@NonNull SchemaPath
SchemaInferenceStack.toSchemaPath()
Deprecated.This method is meant only for interoperation with SchemaPath-based APIs.Methods in org.opendaylight.yangtools.yang.model.util with parameters of type SchemaPathModifier and TypeMethodDescriptionstatic @NonNull SchemaInferenceStack
SchemaInferenceStack.ofInstantiatedPath
(EffectiveModelContext effectiveModel, SchemaPath path) Deprecated.static @NonNull SchemaInferenceStack
SchemaInferenceStack.ofSchemaPath
(EffectiveModelContext effectiveModel, SchemaPath path) Deprecated.