org.apache.xerces.xni

Interface XMLResourceIdentifier

public interface XMLResourceIdentifier

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

Version: $Id: XMLResourceIdentifier.java,v 1.5 2004/02/24 23:15:54 mrglavas Exp $

Author: Neil Graham, IBM

Method Summary
StringgetBaseSystemId()

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

StringgetExpandedSystemId()
Returns the expanded system identifier.
StringgetLiteralSystemId()
Returns the literal system identifier.
StringgetNamespace()
Returns the namespace of the resource.
StringgetPublicId()
Returns the public identifier.
voidsetBaseSystemId(String systemId)
Setsthe base URI against which the literal SystemId is to be resolved.
voidsetExpandedSystemId(String systemId)
Sets the expanded system identifier.
voidsetLiteralSystemId(String systemId)
Sets the literal system identifier.
voidsetNamespace(String namespace)
Sets the namespace of the resource.
voidsetPublicId(String publicId)
Sets the public identifier.

Method Detail

getBaseSystemId

public String getBaseSystemId()

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

getExpandedSystemId

public String getExpandedSystemId()
Returns the expanded system identifier.

getLiteralSystemId

public String getLiteralSystemId()
Returns the literal system identifier.

getNamespace

public String getNamespace()
Returns the namespace of the resource.

getPublicId

public String getPublicId()
Returns the public identifier.

setBaseSystemId

public void setBaseSystemId(String systemId)
Setsthe base URI against which the literal SystemId is to be resolved.

setExpandedSystemId

public void setExpandedSystemId(String systemId)
Sets the expanded system identifier.

setLiteralSystemId

public void setLiteralSystemId(String systemId)
Sets the literal system identifier.

setNamespace

public void setNamespace(String namespace)
Sets the namespace of the resource.

setPublicId

public void setPublicId(String publicId)
Sets the public identifier.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.