Uses of Class
org.opendaylight.yangtools.yang.common.QNameModule
Packages that use QNameModule
Package
Description
YANG metamodel extensions to support OpenDaylight extensions as defined in yang-ext.yang.
YANG parser support for metamodel extensions defined in
OpenConfig.
YANG metamodel extensions to support NETCONF, filters as defined in
RFC6241.
YANG metamodel extensions to support NACM, as defined in RFC6536.
YANG metamodel extensions to support metadata, as defined in
RFC7952.
YANG parser support for metamodel extensions defined in RFC7952.
YANG metamodel extensions to support mount-poing, as defined in
RFC8528.
YANG parser support for metamodel extensions defined in RFC8528.
Common YANG concepts and constants expressed in terms of Java.
Definition of structures and DOM like API of effected YANG schema.
Various base classes for implementing YANG model constructs..
Utility classes and implementations for concepts defined in yang-model-api.
YANG parser public API.
Package holding implementation-specific namespace declarations for RFC7950.
Package holding wiring towards
RFC7950Reactors
, or
more broadly towards the reactor implementation.Provides essential namespaces which are filled in the parsing process.
Provides base abstract classes, interfaces and common implementation used by the statement parser.
Provides API necessary for the processing of statement sources.
Contains the implementation of the parser reactor
CrossSourceStatementReactor
.Model of a RFC7950 XPath Expression.
XPath parsing which results in a
YangExpr
.Package exposing
YangXPathParserFactory
component to various
dependency injection frameworks, so they can locate them.-
Uses of QNameModule in org.opendaylight.yangtools.odlext.model.api
Fields in org.opendaylight.yangtools.odlext.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
OpenDaylightExtensionsConstants.ORIGINAL_MODULE
Runtime baseline identity. -
Uses of QNameModule in org.opendaylight.yangtools.openconfig.model.api
Fields in org.opendaylight.yangtools.openconfig.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
OpenConfigConstants.ENCRYPTED_VALUE_MODULE
Runtime identity of model which exposed encrypted-value.static final QNameModule
OpenConfigConstants.HASHED_VALUE_MODULE
Runtime identity of model which exposed encrypted-value.static final QNameModule
OpenConfigConstants.REGEXP_POSIX_MODULE
Runtime identity of model which exposed regexp-posix.static final QNameModule
OpenConfigConstants.SEMVER_MODULE
Runtime identity of initial model. -
Uses of QNameModule in org.opendaylight.yangtools.rfc6241.model.api
Fields in org.opendaylight.yangtools.rfc6241.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
NetconfConstants.RFC6241_MODULE
Runtime RFC6241 identity. -
Uses of QNameModule in org.opendaylight.yangtools.rfc6536.model.api
Fields in org.opendaylight.yangtools.rfc6536.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
NACMConstants.RFC6536_MODULE
Runtime RFC6536 identity.static final QNameModule
NACMConstants.RFC8341_MODULE
Runtime RFC8341 identity. -
Uses of QNameModule in org.opendaylight.yangtools.rfc6643.model.api
Fields in org.opendaylight.yangtools.rfc6643.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
IetfYangSmiv2Constants.RFC6643_MODULE
Runtime RFC6643 identity. -
Uses of QNameModule in org.opendaylight.yangtools.rfc7952.model.api
Fields in org.opendaylight.yangtools.rfc7952.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
MetadataConstants.RFC7952_MODULE
Runtime RFC7952 identity. -
Uses of QNameModule in org.opendaylight.yangtools.rfc7952.parser
Methods in org.opendaylight.yangtools.rfc7952.parser with parameters of type QNameModuleModifier and TypeMethodDescriptionAnnotationStatementSupport.adaptArgumentValue
(StmtContext<AnnotationName, AnnotationStatement, AnnotationEffectiveStatement> ctx, QNameModule targetModule) -
Uses of QNameModule in org.opendaylight.yangtools.rfc8040.model.api
Fields in org.opendaylight.yangtools.rfc8040.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
YangDataConstants.RFC8040_MODULE
Runtime RFC8040 identity. -
Uses of QNameModule in org.opendaylight.yangtools.rfc8528.model.api
Fields in org.opendaylight.yangtools.rfc8528.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
SchemaMountConstants.RFC8528_MODULE
Runtime RFC8528 identity. -
Uses of QNameModule in org.opendaylight.yangtools.rfc8528.parser
Methods in org.opendaylight.yangtools.rfc8528.parser with parameters of type QNameModuleModifier and TypeMethodDescriptionMountPointStatementSupport.adaptArgumentValue
(StmtContext<MountPointLabel, MountPointStatement, MountPointEffectiveStatement> ctx, QNameModule targetModule) -
Uses of QNameModule in org.opendaylight.yangtools.rfc8639.model.api
Fields in org.opendaylight.yangtools.rfc8639.model.api declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
SubscribedNotificationsConstants.RFC8639_MODULE
Runtime RFC8639 identity. -
Uses of QNameModule in org.opendaylight.yangtools.rfc8819.model.api
Fields in org.opendaylight.yangtools.rfc8819.model.api declared as QNameModule -
Uses of QNameModule in org.opendaylight.yangtools.transform
Method parameters in org.opendaylight.yangtools.transform with type arguments of type QNameModuleModifier and TypeMethodDescriptionstatic NormalizedNodeStreamWriter
QNameTransformingStreamWriter.createQNameModuleReplacing
(NormalizedNodeStreamWriter delegate, Map<QNameModule, QNameModule> mapping) Returns decorator, which uses supplied map to transform QNameModules.static NormalizedNodeStreamWriter
QNameTransformingStreamWriter.createQNameModuleReplacing
(NormalizedNodeStreamWriter delegate, Map<QNameModule, QNameModule> mapping) Returns decorator, which uses supplied map to transform QNameModules.static NormalizedNode
NormalizedNodeTransformations.replaceQNameModules
(@NonNull NormalizedNode original, @NonNull Map<QNameModule, QNameModule> mapping) Returns aNormalizedNode
with QNameModules replaced by supplied mapping.static NormalizedNode
NormalizedNodeTransformations.replaceQNameModules
(@NonNull NormalizedNode original, @NonNull Map<QNameModule, QNameModule> mapping) Returns aNormalizedNode
with QNameModules replaced by supplied mapping. -
Uses of QNameModule in org.opendaylight.yangtools.yang.common
Fields in org.opendaylight.yangtools.yang.common declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
YangConstants.RFC6020_YANG_MODULE
Base QNameModule for all YANG statements.static final QNameModule
YangConstants.RFC6020_YIN_MODULE
Base QNameModule for all YIN statements.static final QNameModule
YangConstants.RFC6241_YANG_MODULE
NETCONF namespace bound to YANG through [email protected].static final QNameModule
YangConstants.RFC7895_YANG_MODULE
ietf-yang-library
namespace bound to YANG through [email protected].static final QNameModule
YangConstants.RFC8525_YANG_MODULE
ietf-yang-library
namespace bound to YANG through [email protected].Methods in org.opendaylight.yangtools.yang.common that return QNameModuleModifier and TypeMethodDescriptionstatic @NonNull QNameModule
QNameModule.create
(XMLNamespace namespace) Create a new QName module instance with specified namespace and no revision.static @NonNull QNameModule
QNameModule.create
(XMLNamespace namespace, @Nullable Revision revision) Create a new QName module instance with specified namespace/revision.static @NonNull QNameModule
QNameModule.create
(XMLNamespace namespace, Optional<Revision> revision) Create a new QName module instance with specified namespace/revision.@NonNull QNameModule
QName.getModule()
Get the module component of the QName.@NonNull QNameModule
QNameModule.intern()
Return an interned reference to a equivalent QNameModule.YangDataName.module()
Returns the value of themodule
record component.BiMapYangNamespaceContext.namespaceForPrefix
(String prefix) @Nullable QNameModule
YangNamespaceContext.namespaceForPrefix
(String prefix) Return QNameModule to which a particular prefix is bound.static @NonNull QNameModule
Read a QNameModule from a DataInput.@NonNull QNameModule
QNameModule.withoutRevision()
Returns a QNameModule with the same namespace, but with no revision.Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type QNameModuleModifier and TypeMethodDescriptiondefault @NonNull Optional<QNameModule>
YangNamespaceContext.findNamespaceForPrefix
(String prefix) Return QNameModule to which a particular prefix is bound.Methods in org.opendaylight.yangtools.yang.common with parameters of type QNameModuleModifier and TypeMethodDescriptionAbstractQName.bindTo
(QNameModule namespace) Returns a QName with the specified namespace and the same local name as this one.@NonNull QName
QName.bindTo
(QNameModule namespace) int
QNameModule.compareTo
(QNameModule o) static @NonNull QName
QName.create
(QNameModule qnameModule, String localName) Creates new QName.YangNamespaceContext.findPrefixForNamespace
(QNameModule namespace) Return a prefix to which a particular QNameModule is bound.static QName
YangConstants.operationInputQName
(QNameModule module) Create aQName
representing the 'input' statement of an operation (RPC or action) within specifiedQNameModule
.static QName
YangConstants.operationOutputQName
(QNameModule module) Create aQName
representing the 'output' statement of an operation (RPC or action) within specifiedQNameModule
.BiMapYangNamespaceContext.prefixForNamespace
(QNameModule namespace) @Nullable String
YangNamespaceContext.prefixForNamespace
(QNameModule namespace) Return a prefix to which a particular QNameModule is bound.static @NonNull QName
QName.unsafeOf
(@NonNull QNameModule qnameModule, @NonNull String localName) Creates new QName composed of specified module and local name.Constructors in org.opendaylight.yangtools.yang.common with parameters of type QNameModuleModifierConstructorDescriptionYangDataName
(QNameModule module, String name) Creates an instance of aYangDataName
record class.Constructor parameters in org.opendaylight.yangtools.yang.common with type arguments of type QNameModule -
Uses of QNameModule in org.opendaylight.yangtools.yang.data.codec.gson
Methods in org.opendaylight.yangtools.yang.data.codec.gson with parameters of type QNameModuleModifier and TypeMethodDescriptionJSONCodecFactory.identityRefCodec
(IdentityrefTypeDefinition type, QNameModule module) -
Uses of QNameModule in org.opendaylight.yangtools.yang.data.codec.xml
Fields in org.opendaylight.yangtools.yang.data.codec.xml declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModule
XmlParserStream.LEGACY_ATTRIBUTE_NAMESPACE
Deprecated.The use on this namespace is discouraged and users are strongly encouraged to proper RFC7952 metadata annotations.Methods in org.opendaylight.yangtools.yang.data.codec.xml with parameters of type QNameModuleModifier and TypeMethodDescriptionprotected XmlCodec<?>
XmlCodecFactory.identityRefCodec
(IdentityrefTypeDefinition type, QNameModule module) -
Uses of QNameModule in org.opendaylight.yangtools.yang.data.tree.leafref
Methods in org.opendaylight.yangtools.yang.data.tree.leafref that return QNameModuleModifier and TypeMethodDescriptionQNameWithPredicate.getModuleQname()
SimpleQNameWithPredicate.getModuleQname()
-
Uses of QNameModule in org.opendaylight.yangtools.yang.data.util
Methods in org.opendaylight.yangtools.yang.data.util that return QNameModuleModifier and TypeMethodDescriptionprotected abstract @Nullable QNameModule
AbstractStringInstanceIdentifierCodec.moduleForPrefix
(@NonNull String prefix) Resolve a string prefix into the corresponding module.Methods in org.opendaylight.yangtools.yang.data.util with parameters of type QNameModuleModifier and TypeMethodDescriptionprotected @NonNull QName
AbstractStringInstanceIdentifierCodec.createQName
(@Nullable QNameModule lastModule, String localName) Create QName from unprefixed name, potentially taking last QNameModule encountered into account. -
Uses of QNameModule in org.opendaylight.yangtools.yang.data.util.codec
Methods in org.opendaylight.yangtools.yang.data.util.codec with parameters of type QNameModuleModifier and TypeMethodDescriptionprotected abstract T
AbstractCodecFactory.identityRefCodec
(IdentityrefTypeDefinition type, QNameModule module) Method parameters in org.opendaylight.yangtools.yang.data.util.codec with type arguments of type QNameModuleModifier and TypeMethodDescriptionstatic QName
QNameCodecUtil.decodeQName
(String str, Function<String, QNameModule> prefixToModule) static String
QNameCodecUtil.encodeQName
(QName qname, Function<QNameModule, String> moduleToPrefix) static IdentitySchemaNode
IdentityCodecUtil.parseIdentity
(String value, EffectiveModelContext schemaContext, Function<String, QNameModule> prefixToModule) Parse a string into a QName using specified prefix-to-QNameModule mapping function, interpreting the result as an IdentitySchemaNode existing in specified SchemaContext. -
Uses of QNameModule in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return QNameModuleModifier and TypeMethodDescription@NonNull QNameModule
QNameModuleAware.getQNameModule()
Returns aQNameModule
, which contains the namespace and the revision of the module.Methods in org.opendaylight.yangtools.yang.model.api that return types with arguments of type QNameModuleModifier and TypeMethodDescription@NonNull Map<QNameModule,
ModuleEffectiveStatement> EffectiveModelContext.getModuleStatements()
Methods in org.opendaylight.yangtools.yang.model.api with parameters of type QNameModuleModifier and TypeMethodDescriptionSchemaContext.findModule
(@NonNull QNameModule qnameModule) Returns the module matching specifiedQNameModule
, if present.default @NonNull Optional<ModuleEffectiveStatement>
EffectiveModelContext.findModuleStatement
(QNameModule moduleName) default @NonNull ModuleEffectiveStatement
EffectiveModelContext.getModuleStatement
(QNameModule moduleName) -
Uses of QNameModule in org.opendaylight.yangtools.yang.model.api.stmt
Methods in org.opendaylight.yangtools.yang.model.api.stmt that return QNameModuleModifier and TypeMethodDescription@NonNull QNameModule
ModuleEffectiveStatement.localQNameModule()
Get the local QNameModule of this module.Methods in org.opendaylight.yangtools.yang.model.api.stmt that return types with arguments of type QNameModuleModifier and TypeMethodDescriptionRootEffectiveStatement.namespacePrefixes()
Enumeration of all namespace-to-prefix mappings.Methods in org.opendaylight.yangtools.yang.model.api.stmt with parameters of type QNameModuleModifier and TypeMethodDescription@NonNull FeatureSet.Builder
FeatureSet.Builder.addModuleFeatures
(QNameModule module, Collection<String> names) RootEffectiveStatement.findNamespacePrefix
(@NonNull QNameModule namespace) Find the preferred prefix to use with a particular namespace. -
Uses of QNameModule in org.opendaylight.yangtools.yang.model.repo.api
Methods in org.opendaylight.yangtools.yang.model.repo.api that return types with arguments of type QNameModuleModifier and TypeMethodDescriptionSchemaContextFactoryConfiguration.getModulesDeviatedByModules()
SchemaContextFactoryConfiguration.getModulesDeviatedByModules()
Method parameters in org.opendaylight.yangtools.yang.model.repo.api with type arguments of type QNameModuleModifier and TypeMethodDescriptionSchemaContextFactoryConfiguration.Builder.setModulesDeviatedByModules
(@Nullable SetMultimap<QNameModule, QNameModule> modulesDeviatedByModules) Set YANG modules which can be deviated by specified modules during the parsing process.SchemaContextFactoryConfiguration.Builder.setModulesDeviatedByModules
(@Nullable SetMultimap<QNameModule, QNameModule> modulesDeviatedByModules) Set YANG modules which can be deviated by specified modules during the parsing process. -
Uses of QNameModule in org.opendaylight.yangtools.yang.model.spi
Methods in org.opendaylight.yangtools.yang.model.spi that return types with arguments of type QNameModuleModifier and TypeMethodDescriptionprotected abstract Map<QNameModule,
Module> AbstractSchemaContext.getModuleMap()
Returns the namespace+revision-to-module mapping.protected Map<QNameModule,
Module> SimpleSchemaContext.getModuleMap()
Methods in org.opendaylight.yangtools.yang.model.spi with parameters of type QNameModule -
Uses of QNameModule in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return QNameModuleMethods in org.opendaylight.yangtools.yang.model.util that return types with arguments of type QNameModuleModifier and TypeMethodDescriptionprotected Map<QNameModule,
Module> FilteringSchemaContextProxy.getModuleMap()
Methods in org.opendaylight.yangtools.yang.model.util with parameters of type QNameModuleModifier and TypeMethodDescriptionModuleNameNamespaceContext.prefixForNamespace
(QNameModule namespace) -
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.api
Method parameters in org.opendaylight.yangtools.yang.parser.api with type arguments of type QNameModuleModifier and TypeMethodDescription@NonNull YangParser
YangParser.setModulesWithSupportedDeviations
(@NonNull SetMultimap<QNameModule, QNameModule> modulesDeviatedByModules) Set YANG modules which can be deviated by specified modules during the parsing process.@NonNull YangParser
YangParser.setModulesWithSupportedDeviations
(@NonNull SetMultimap<QNameModule, QNameModule> modulesDeviatedByModules) Set YANG modules which can be deviated by specified modules during the parsing process. -
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.repo
Methods in org.opendaylight.yangtools.yang.parser.repo with parameters of type QNameModuleModifier and TypeMethodDescription@NonNull Registration
YangTextSchemaContextResolver.registerSupportedFeatures
(QNameModule module, Set<String> features) Register aQNameModule
as a known module namespace with a set of supported features. -
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.rfc7950.namespace
Fields in org.opendaylight.yangtools.yang.parser.rfc7950.namespace with type parameters of type QNameModuleModifier and TypeFieldDescriptionstatic final @NonNull ParserNamespace<QNameModule,
String> ModuleQNameToPrefix.INSTANCE
-
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta with parameters of type QNameModuleModifier and TypeMethodDescriptionKeyStatementSupport.adaptArgumentValue
(StmtContext<Set<QName>, KeyStatement, KeyEffectiveStatement> ctx, QNameModule targetModule) UniqueStatementSupport.adaptArgumentValue
(StmtContext<Set<SchemaNodeIdentifier.Descendant>, UniqueStatement, UniqueEffectiveStatement> ctx, QNameModule targetModule) -
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module
Fields in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module with type parameters of type QNameModuleModifier and TypeFieldDescriptionstatic final @NonNull ParserNamespace<Empty,
QNameModule> QNameModuleNamespace.INSTANCE
-
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.spi
Fields in org.opendaylight.yangtools.yang.parser.spi with type parameters of type QNameModuleModifier and TypeFieldDescriptionstatic final @NonNull ParserNamespace<UnresolvedQName.Unqualified,
QNameModule> ParserNamespaces.MODULE_NAME_TO_QNAME
Source-specific mapping of prefixes to namespaces.static final @NonNull ParserNamespace<QNameModule,
UnresolvedQName.Unqualified> ParserNamespaces.MODULE_NAMESPACE_TO_NAME
Source-specific mapping of prefixes to namespaces.static final @NonNull ParserNamespace<StmtContext<?,
?, ?>, QNameModule> ParserNamespaces.MODULECTX_TO_QNAME
Global mapping of modules to QNameModules.static final @NonNull ParserNamespace<Empty,
SetMultimap<QNameModule, QNameModule>> ParserNamespaces.MODULES_DEVIATED_BY
Namespace used for storing information about modules that support deviation resolution.static final @NonNull ParserNamespace<Empty,
SetMultimap<QNameModule, QNameModule>> ParserNamespaces.MODULES_DEVIATED_BY
Namespace used for storing information about modules that support deviation resolution.static final @NonNull ParserNamespace<QNameModule,
StmtContext<UnresolvedQName.Unqualified, ModuleStatement, ModuleEffectiveStatement>> ParserNamespaces.NAMESPACE_TO_MODULE
A derived namespace allowing lookup of modules based on theirQNameModule
.static final @NonNull ParserNamespace<String,
QNameModule> ParserNamespaces.PREFIX_TO_MODULE
Source-specific mapping of prefixes to namespaces. -
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.spi.meta
Methods in org.opendaylight.yangtools.yang.parser.spi.meta that return QNameModuleModifier and TypeMethodDescription@NonNull QNameModule
EffectiveStmtCtx.Parent.effectiveNamespace()
static @NonNull QNameModule
StmtContextUtils.getModuleQName
(@NonNull RootStmtContext<?, ?, ?> ctx) static @NonNull QNameModule
StmtContextUtils.getModuleQName
(@NonNull StmtContext<?, ?, ?> ctx) static QNameModule
StmtContextUtils.getModuleQNameByPrefix
(StmtContext<?, ?, ?> ctx, String prefix) Methods in org.opendaylight.yangtools.yang.parser.spi.meta with parameters of type QNameModuleModifier and TypeMethodDescriptionAbstractQNameStatementSupport.adaptArgumentValue
(StmtContext<QName, D, E> ctx, QNameModule targetModule) StatementSupport.adaptArgumentValue
(@NonNull StmtContext<A, D, E> ctx, @NonNull QNameModule targetModule) Adapts the argument value to match a new module.StmtContext.Mutable<?,
?, ?> StmtContext.Mutable.childCopyOf
(StmtContext<?, ?, ?> stmt, CopyType type, @Nullable QNameModule targetModule) Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified child and recording copy type.@NonNull Optional<StmtContext.Mutable<A,
D, E>> StmtContext.copyAsChildOf
(StmtContext.Mutable<?, ?, ?> parent, CopyType type, @Nullable QNameModule targetModule) -
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.spi.source
Methods in org.opendaylight.yangtools.yang.parser.spi.source that return QNameModuleModifier and TypeMethodDescription@Nullable QNameModule
PrefixResolver.resolvePrefix
(@NonNull String prefix) Returns QNameModule (namespace + revision) associated with supplied prefix.Methods in org.opendaylight.yangtools.yang.parser.spi.source that return types with arguments of type QNameModuleModifier and TypeMethodDescriptionBuildSpecification.modules()
Returns the value of themodules
record component.Constructor parameters in org.opendaylight.yangtools.yang.parser.spi.source with type arguments of type QNameModuleModifierConstructorDescriptionBuildSpecification
(String symbolicName, ImmutableMap<QNameModule, BuildSpecification.SourceSpec.Module> modules, @Nullable FeatureSet featureSet) Creates an instance of aBuildSpecification
record class. -
Uses of QNameModule in org.opendaylight.yangtools.yang.parser.stmt.reactor
Methods in org.opendaylight.yangtools.yang.parser.stmt.reactor that return types with arguments of type QNameModuleMethod parameters in org.opendaylight.yangtools.yang.parser.stmt.reactor with type arguments of type QNameModuleModifier and TypeMethodDescriptionCrossSourceStatementReactor.BuildAction.setModulesWithSupportedDeviations
(@NonNull SetMultimap<QNameModule, QNameModule> modulesDeviatedByModules) Set YANG modules which can be deviated by specified modules during the parsing process.CrossSourceStatementReactor.BuildAction.setModulesWithSupportedDeviations
(@NonNull SetMultimap<QNameModule, QNameModule> modulesDeviatedByModules) Set YANG modules which can be deviated by specified modules during the parsing process. -
Uses of QNameModule in org.opendaylight.yangtools.yang.xpath.api
Methods in org.opendaylight.yangtools.yang.xpath.api that return QNameModuleMethods in org.opendaylight.yangtools.yang.xpath.api with parameters of type QNameModuleModifier and TypeMethodDescriptiondefault YangXPathParser.UnqualifiedBound
YangXPathParserFactory.newParser
(YangNamespaceContext namespaceContext, QNameModule defaultNamespace) Return aYangXPathParser
compliant withYangXPathMathMode.IEEE754
.YangXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext, QNameModule defaultNamespace) Return aYangXPathParser
compliant withYangXPathMathMode
. -
Uses of QNameModule in org.opendaylight.yangtools.yang.xpath.impl
Methods in org.opendaylight.yangtools.yang.xpath.impl with parameters of type QNameModuleModifier and TypeMethodDescriptionAntlrXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext, QNameModule defaultNamespace) -
Uses of QNameModule in org.opendaylight.yangtools.yang.xpath.impl.di
Methods in org.opendaylight.yangtools.yang.xpath.impl.di with parameters of type QNameModuleModifier and TypeMethodDescriptionDefaultXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext, QNameModule defaultNamespace)