BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.xni
Interface XMLResourceIdentifier

All Known Subinterfaces:
XMLGrammarDescription, XMLLocator
All Known Implementing Classes:
XMLDTDDescription, XMLEntityScanner, XMLResourceIdentifierImpl, XSDDescription

public interface XMLResourceIdentifier


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

Method Detail

getBaseSystemId

public String getBaseSystemId()

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


getExpandedSystemId

public String getExpandedSystemId()
Returns the expanded system identifier.


getLiteralSystemId

public String getLiteralSystemId()
Returns the literal system identifier.


getPublicId

public String getPublicId()
Returns the public identifier.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.