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.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.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
-