Uses of Interface
org.opendaylight.yangtools.yang.model.api.AnyxmlSchemaNode
-
Packages that use AnyxmlSchemaNode Package Description org.opendaylight.yangtools.rfc6241.model.api YANG metamodel extensions to support NETCONF, filters as defined in RFC6241.org.opendaylight.yangtools.yang.data.impl.schema org.opendaylight.yangtools.yang.data.impl.schema.builder.impl org.opendaylight.yangtools.yang.data.util org.opendaylight.yangtools.yang.model.ri.stmt org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff -
-
Uses of AnyxmlSchemaNode in org.opendaylight.yangtools.rfc6241.model.api
Methods in org.opendaylight.yangtools.rfc6241.model.api with parameters of type AnyxmlSchemaNode Modifier and Type Method Description static Optional<GetFilterElementAttributesSchemaNode>
GetFilterElementAttributesSchemaNode. findIn(AnyxmlSchemaNode parent)
Attempt to find aGetFilterElementAttributesSchemaNode
in a parentAnyxmlSchemaNode
. -
Uses of AnyxmlSchemaNode in org.opendaylight.yangtools.yang.data.impl.schema
Methods in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type AnyxmlSchemaNode Modifier and Type Method Description static NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,DOMSource,DOMSourceAnyxmlNode>
SchemaAwareBuilders. anyXmlBuilder(AnyxmlSchemaNode schema)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AnyxmlSchemaNode in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
Methods in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl with parameters of type AnyxmlSchemaNode Modifier and Type Method Description static @NonNull NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,DOMSource,DOMSourceAnyxmlNode>
ImmutableAnyXmlNodeBuilder. create(AnyxmlSchemaNode schema)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AnyxmlSchemaNode in org.opendaylight.yangtools.yang.data.util
Constructors in org.opendaylight.yangtools.yang.data.util with parameters of type AnyxmlSchemaNode Constructor Description AnyXmlNodeDataWithSchema(AnyxmlSchemaNode dataSchemaNode)
-
Uses of AnyxmlSchemaNode in org.opendaylight.yangtools.yang.model.ri.stmt
Methods in org.opendaylight.yangtools.yang.model.ri.stmt with parameters of type AnyxmlSchemaNode Modifier and Type Method Description static AnyxmlEffectiveStatement
EffectiveStatements. copyAnyxml(AnyxmlEffectiveStatement original, Immutable path, int flags, @Nullable AnyxmlSchemaNode newOriginal)
static AnyxmlEffectiveStatement
EffectiveStatements. createAnyxml(AnyxmlStatement declared, Immutable path, int flags, ImmutableList<? extends EffectiveStatement<?,?>> substatements, @Nullable AnyxmlSchemaNode original)
-
Uses of AnyxmlSchemaNode in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement AnyxmlSchemaNode Modifier and Type Class Description class
EmptyAnyxmlEffectiveStatement
class
RegularAnyxmlEffectiveStatement
Methods in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that return types with arguments of type AnyxmlSchemaNode Modifier and Type Method Description Optional<AnyxmlSchemaNode>
EmptyAnyxmlEffectiveStatement. getOriginal()
Constructors in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff with parameters of type AnyxmlSchemaNode Constructor Description EmptyAnyxmlEffectiveStatement(AnyxmlStatement declared, Immutable path, int flags, @Nullable AnyxmlSchemaNode original)
EmptyAnyxmlEffectiveStatement(EmptyAnyxmlEffectiveStatement original, Immutable path, int flags, @Nullable AnyxmlSchemaNode newOriginal)
RegularAnyxmlEffectiveStatement(AnyxmlStatement declared, Immutable path, int flags, @Nullable AnyxmlSchemaNode original, ImmutableList<? extends EffectiveStatement<?,?>> substatements)
RegularAnyxmlEffectiveStatement(RegularAnyxmlEffectiveStatement original, Immutable path, int flags, @Nullable AnyxmlSchemaNode newOriginal)
-