Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » xni » [javadoc | source]
org.apache.xerces.xni
public interface: XMLResourceIdentifier [javadoc | source]

All Known Implementing Classes:
    XMLEntityDescriptionImpl, XMLGrammarDescription, XMLResourceIdentifierImpl, XMLDTDDescription, XMLEntityDescription, XSDDescription, XMLSchemaDescription, XMLDTDDescription

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

Method from org.apache.xerces.xni.XMLResourceIdentifier Summary:
getBaseSystemId,   getExpandedSystemId,   getLiteralSystemId,   getNamespace,   getPublicId,   setBaseSystemId,   setExpandedSystemId,   setLiteralSystemId,   setNamespace,   setPublicId
Method from org.apache.xerces.xni.XMLResourceIdentifier Detail:
 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)
    Sets the 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.