| java.lang.Object com.sun.xml.stream.xerces.util.XMLResourceIdentifierImpl
XMLResourceIdentifierImpl | public class XMLResourceIdentifierImpl implements XMLResourceIdentifier(Code) | | The XMLResourceIdentifierImpl class is an implementation of the
XMLResourceIdentifier interface which defines the location identity
of a resource.
author: Andy Clark version: $Id: XMLResourceIdentifierImpl.java,v 1.2 2006/04/01 06:01:41 jeffsuttor Exp $ |
fBaseSystemId | protected String fBaseSystemId(Code) | | The base system identifier.
|
fExpandedSystemId | protected String fExpandedSystemId(Code) | | The expanded system identifier.
|
fLiteralSystemId | protected String fLiteralSystemId(Code) | | The literal system identifier.
|
fPublicId | protected String fPublicId(Code) | | The public identifier.
|
XMLResourceIdentifierImpl | public XMLResourceIdentifierImpl()(Code) | | Constructs an empty resource identifier.
|
XMLResourceIdentifierImpl | public XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId)(Code) | | Constructs a resource identifier.
Parameters: publicId - The public identifier. Parameters: literalSystemId - The literal system identifier. Parameters: baseSystemId - The base system identifier. Parameters: expandedSystemId - The expanded system identifier. |
clear | public void clear()(Code) | | Clears the values.
|
getBaseSystemId | public String getBaseSystemId()(Code) | | Returns the base URI against which the literal SystemId is to be resolved.
|
getExpandedSystemId | public String getExpandedSystemId()(Code) | | Returns the expanded system identifier.
|
getLiteralSystemId | public String getLiteralSystemId()(Code) | | Returns the literal system identifier.
|
getPublicId | public String getPublicId()(Code) | | Returns the public identifier.
|
hashCode | public int hashCode()(Code) | | Returns a hash code for this object.
|
setBaseSystemId | public void setBaseSystemId(String baseSystemId)(Code) | | Sets the base system identifier.
|
setExpandedSystemId | public void setExpandedSystemId(String expandedSystemId)(Code) | | Sets the expanded system identifier.
|
setLiteralSystemId | public void setLiteralSystemId(String literalSystemId)(Code) | | Sets the literal system identifier.
|
setPublicId | public void setPublicId(String publicId)(Code) | | Sets the public identifier.
|
setValues | public void setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId)(Code) | | Sets the values of the resource identifier.
|
toString | public String toString()(Code) | | Returns a string representation of this object.
|
|
|