FileDocCategorySizeDatePackage
XMLResourceIdentifier.javaAPI DocJava SE 6 API2072Tue Jun 10 00:22:54 BST 2008com.sun.org.apache.xerces.internal.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,v 1.2.6.1 2005/09/06 08:53:26 neerajbj Exp $

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