Interface SchemaImport

All Superinterfaces:
SchemaReference, Serializable
All Known Implementing Classes:
SchemaImportImpl

public interface SchemaImport extends SchemaReference
Represents an import element within a schema element. Similar to an include or redefine, but includes a namespace.
Author:
Jeremy Hughes <hughesj@uk.ibm.com>
  • Method Details

    • getNamespaceURI

      String getNamespaceURI()
      Returns:
      Returns the namespace.
    • setNamespaceURI

      void setNamespaceURI(String namespace)
      Parameters:
      namespace - The namespace to set.