BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.apache.xerces.xni
Interface XMLResourceIdentifier

All Known Subinterfaces:
XMLGrammarDescription, XMLLocator
All Known Implementing Classes:
XMLResourceIdentifierImpl

public interface XMLResourceIdentifier


Method Summary
 java.lang.String getBaseSystemId()
           Returns the base URI against which the literal SystemId is to be resolved.
 java.lang.String getExpandedSystemId()
          Returns the expanded system identifier.
 java.lang.String getLiteralSystemId()
          Returns the literal system identifier.
 java.lang.String getPublicId()
          Returns the public identifier.
 

Method Detail

getPublicId

public java.lang.String getPublicId()
Returns the public identifier.

getExpandedSystemId

public java.lang.String getExpandedSystemId()
Returns the expanded system identifier.

getLiteralSystemId

public java.lang.String getLiteralSystemId()
Returns the literal system identifier.

getBaseSystemId

public java.lang.String getBaseSystemId()

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b