public interface

XMLResourceIdentifier

org.apache.xerces.xni.XMLResourceIdentifier
Known Indirect Subclasses

Class Overview

This represents the basic physical description of the location of any XML resource (a Schema grammar, a DTD, a general entity etc.)

Summary

Public Methods
abstract String getBaseSystemId()

Returns the base URI against which the literal SystemId is to be resolved.

abstract String getExpandedSystemId()
Returns the expanded system identifier.
abstract String getLiteralSystemId()
Returns the literal system identifier.
abstract String getNamespace()
Returns the namespace of the resource.
abstract String getPublicId()
Returns the public identifier.
abstract void setBaseSystemId(String systemId)
Setsthe base URI against which the literal SystemId is to be resolved.
abstract void setExpandedSystemId(String systemId)
Sets the expanded system identifier.
abstract void setLiteralSystemId(String systemId)
Sets the literal system identifier.
abstract void setNamespace(String namespace)
Sets the namespace of the resource.
abstract void setPublicId(String publicId)
Sets the public identifier.

Public Methods

public abstract String getBaseSystemId ()

Returns the base URI against which the literal SystemId is to be resolved.

public abstract String getExpandedSystemId ()

Returns the expanded system identifier.

public abstract String getLiteralSystemId ()

Returns the literal system identifier.

public abstract String getNamespace ()

Returns the namespace of the resource.

public abstract String getPublicId ()

Returns the public identifier.

public abstract void setBaseSystemId (String systemId)

Setsthe base URI against which the literal SystemId is to be resolved.

public abstract void setExpandedSystemId (String systemId)

Sets the expanded system identifier.

public abstract void setLiteralSystemId (String systemId)

Sets the literal system identifier.

public abstract void setNamespace (String namespace)

Sets the namespace of the resource.

public abstract void setPublicId (String publicId)

Sets the public identifier.