FileDocCategorySizeDatePackage
XMLResourceIdentifier.javaAPI DocApache Xerces 3.0.12293Fri Sep 14 20:33:52 BST 2007org.apache.xerces.xni

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.)

author
Neil Graham, IBM
version
$Id: XMLResourceIdentifier.java 570132 2007-08-27 14:12:43Z mrglavas $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetBaseSystemId()

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

public java.lang.StringgetExpandedSystemId()
Returns the expanded system identifier.

public java.lang.StringgetLiteralSystemId()
Returns the literal system identifier.

public java.lang.StringgetNamespace()
Returns the namespace of the resource.

public java.lang.StringgetPublicId()
Returns the public identifier.

public voidsetBaseSystemId(java.lang.String systemId)
Sets the base URI against which the literal SystemId is to be resolved.

public voidsetExpandedSystemId(java.lang.String systemId)
Sets the expanded system identifier.

public voidsetLiteralSystemId(java.lang.String systemId)
Sets the literal system identifier.

public voidsetNamespace(java.lang.String namespace)
Sets the namespace of the resource.

public voidsetPublicId(java.lang.String publicId)
Sets the public identifier.