BEA Systems, Inc.

weblogic.apache.xerces.xni
Interface XMLResourceIdentifier

All Known Subinterfaces:
XMLGrammarDescription, XMLLocator
All Known Implementing Classes:
XML11EntityManager.XML11EntityScanner, XMLDTDDescription, XMLEntityManager.EntityScanner, 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

getPublicId

String getPublicId()
Returns the public identifier.


getExpandedSystemId

String getExpandedSystemId()
Returns the expanded system identifier.


getLiteralSystemId

String getLiteralSystemId()
Returns the literal system identifier.


getBaseSystemId

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/docs92
Copyright 2006 BEA Systems Inc.