org.apache.xerces.xni
Interface XMLResourceIdentifier

All Known Subinterfaces:
XMLGrammarDescription, XMLLocator

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.



Copyright © 1999-2002 Apache XML Project. All Rights Reserved.