|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.util.XMLResourceIdentifierImpl
The XMLResourceIdentifierImpl class is an implementation of the XMLResourceIdentifier interface which defines the location identity of a resource.
Field Summary | |
protected String |
fBaseSystemId
Deprecated. The base system identifier. |
protected String |
fExpandedSystemId
Deprecated. The expanded system identifier. |
protected String |
fLiteralSystemId
Deprecated. The literal system identifier. |
protected String |
fPublicId
Deprecated. The public identifier. |
Constructor Summary | |
XMLResourceIdentifierImpl()
Deprecated. Constructs an empty resource identifier. |
|
XMLResourceIdentifierImpl(String publicId,
String literalSystemId,
String baseSystemId,
String expandedSystemId)
Deprecated. Constructs a resource identifier. |
Method Summary | |
void |
clear()
Deprecated. Clears the values. |
String |
getBaseSystemId()
Deprecated. Returns the base URI against which the literal SystemId is to be resolved. |
String |
getExpandedSystemId()
Deprecated. Returns the expanded system identifier. |
String |
getLiteralSystemId()
Deprecated. Returns the literal system identifier. |
String |
getPublicId()
Deprecated. Returns the public identifier. |
int |
hashCode()
Deprecated. Returns a hash code for this object. |
void |
setBaseSystemId(String baseSystemId)
Deprecated. Sets the base system identifier. |
void |
setExpandedSystemId(String expandedSystemId)
Deprecated. Sets the expanded system identifier. |
void |
setLiteralSystemId(String literalSystemId)
Deprecated. Sets the literal system identifier. |
void |
setPublicId(String publicId)
Deprecated. Sets the public identifier. |
void |
setValues(String publicId,
String literalSystemId,
String baseSystemId,
String expandedSystemId)
Deprecated. Sets the values of the resource identifier. |
String |
toString()
Deprecated. Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected String fBaseSystemId
protected String fExpandedSystemId
protected String fLiteralSystemId
protected String fPublicId
Constructor Detail |
public XMLResourceIdentifierImpl()
public XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId)
Method Detail |
public void clear()
public String getBaseSystemId()
getBaseSystemId
in interface XMLResourceIdentifier
public String getExpandedSystemId()
getExpandedSystemId
in interface XMLResourceIdentifier
public String getLiteralSystemId()
getLiteralSystemId
in interface XMLResourceIdentifier
public String getPublicId()
getPublicId
in interface XMLResourceIdentifier
public int hashCode()
public void setBaseSystemId(String baseSystemId)
public void setExpandedSystemId(String expandedSystemId)
public void setLiteralSystemId(String literalSystemId)
public void setPublicId(String publicId)
public void setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId)
public String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |