Interface NormalizedNodeDataOutput

    • Method Detail

      • writeQName

        void writeQName​(@NonNull QName qname)
                 throws IOException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        IOException
      • writeNormalizedNode

        void writeNormalizedNode​(@NonNull NormalizedNode<?,​?> normalizedNode)
                          throws IOException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        IOException
      • writeYangInstanceIdentifier

        void writeYangInstanceIdentifier​(YangInstanceIdentifier identifier)
                                  throws IOException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        IOException
      • writeSchemaPath

        void writeSchemaPath​(SchemaPath path)
                      throws IOException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        IOException
      • writeOptionalNormalizedNode

        default void writeOptionalNormalizedNode​(@Nullable NormalizedNode<?,​?> normalizedNode)
                                          throws IOException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        IOException