|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.apache.xerces.util.XMLResourceIdentifierImpl
public class 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 fPublicId
protected String fLiteralSystemId
protected String fBaseSystemId
protected String fExpandedSystemId
Constructor Detail |
---|
public XMLResourceIdentifierImpl()
public XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId)
publicId
- The public identifier.literalSystemId
- The literal system identifier.baseSystemId
- The base system identifier.expandedSystemId
- The expanded system identifier.Method Detail |
---|
public void setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId)
public void clear()
public void setPublicId(String publicId)
public void setLiteralSystemId(String literalSystemId)
public void setBaseSystemId(String baseSystemId)
public void setExpandedSystemId(String expandedSystemId)
public String getPublicId()
getPublicId
in interface XMLResourceIdentifier
public String getLiteralSystemId()
getLiteralSystemId
in interface XMLResourceIdentifier
public String getBaseSystemId()
getBaseSystemId
in interface XMLResourceIdentifier
public String getExpandedSystemId()
getExpandedSystemId
in interface XMLResourceIdentifier
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |