Interface UnknownSchemaNode

    • Method Detail

      • getNodeType

        QName getNodeType()
        Returns QName instance with the name of the unknown node. This corresponds to SchemaNode.getQName() of the extension statement which defined it.
        Returns:
        QName with name the name of the unknown node.
      • getNodeParameter

        String getNodeParameter()
        Returns name of the unknown node.
        Returns:
        string with the name of unknown node.
      • getExtensionDefinition

        @Deprecated(forRemoval=true,
                    since="7.0.8")
        ExtensionDefinition getExtensionDefinition()
        Deprecated, for removal: This API element is subject to removal in a future version.
        This method is can cause cyclic dependencies in the object graph. Use SchemaContext.getExtensions() with getNodeType() instead.
        Get extension definition which identifies this node.
        Returns:
        extension definition if exists, null otherwise