Top Description Methods
com.sun.org.apache.xerces.internal.xni

public Interface XMLResourceIdentifier

Known Direct Subinterfaces
com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription, com.sun.org.apache.xerces.internal.impl.XMLEntityDescription
Known Direct Implementers
com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl

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

Author
Neil Graham, IBM

Method Summary

Modifier and TypeMethod and Description
public String
getBaseSystemId()

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

public String
getExpandedSystemId()

Returns the expanded system identifier.

public String
getLiteralSystemId()

Returns the literal system identifier.

public String
getNamespace()

Returns the namespace of the resource.

public String
getPublicId()

Returns the public identifier.

public void
setBaseSystemId(String systemId)

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

public void
setExpandedSystemId(String systemId)

Sets the expanded system identifier.

public void
setLiteralSystemId(String systemId)

Sets the literal system identifier.

public void
setNamespace(String namespace)

Sets the namespace of the resource.

public void
setPublicId(String publicId)

Sets the public identifier.

Method Detail

getBaseSystemIdback to summary
public String getBaseSystemId()

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

getExpandedSystemIdback to summary
public String getExpandedSystemId()

Returns the expanded system identifier.

getLiteralSystemIdback to summary
public String getLiteralSystemId()

Returns the literal system identifier.

getNamespaceback to summary
public String getNamespace()

Returns the namespace of the resource.

getPublicIdback to summary
public String getPublicId()

Returns the public identifier.

setBaseSystemIdback to summary
public void setBaseSystemId(String systemId)

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

setExpandedSystemIdback to summary
public void setExpandedSystemId(String systemId)

Sets the expanded system identifier.

setLiteralSystemIdback to summary
public void setLiteralSystemId(String systemId)

Sets the literal system identifier.

setNamespaceback to summary
public void setNamespace(String namespace)

Sets the namespace of the resource.

setPublicIdback to summary
public void setPublicId(String publicId)

Sets the public identifier.