Interface AbsItfInclude<S extends AbsItfSchema>

    • Method Detail

      • setLocationURI

        void setLocationURI​(URI locationURI)
        Set the location URI of this import.
        Parameters:
        locationURI - the desired location URI
      • getLocationURI

        URI getLocationURI()
        Get the location URI of this import.
        Returns:
        the schema location URI of this import or null if undefined.
      • setSchema

        void setSchema​(S schema)
        This property can be used to hang a referenced SchemaImpl, and the top-level SchemaImpl (i.e. the one with the <import>) will use this SchemaImpl when resolving referenced parts. This would need to be made into a generic reference to handle other types of referenced documents.
      • getSchema

        S getSchema()
        This property can be used to hang a referenced SchemaImpl, and the top-level SchemaImpl (i.e. the one with the <import>) will use this SchemaImpl when resolving referenced parts. This would need to be made into a generic reference to handle other types of referenced documents.