BEA Systems, Inc.

weblogic.apache.xerces.util
Class XMLResourceIdentifierImpl

java.lang.Object
  extended by weblogic.apache.xerces.util.XMLResourceIdentifierImpl
All Implemented Interfaces:
XMLResourceIdentifier
Direct Known Subclasses:
XMLDTDDescription, XSDDescription

Deprecated. please use JDK supplied XML parsers and transformers

public class XMLResourceIdentifierImpl
extends Object
implements XMLResourceIdentifier

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

fPublicId

protected String fPublicId
Deprecated. 
The public identifier.


fLiteralSystemId

protected String fLiteralSystemId
Deprecated. 
The literal system identifier.


fBaseSystemId

protected String fBaseSystemId
Deprecated. 
The base system identifier.


fExpandedSystemId

protected String fExpandedSystemId
Deprecated. 
The expanded system identifier.

Constructor Detail

XMLResourceIdentifierImpl

public XMLResourceIdentifierImpl()
Deprecated. 
Constructs an empty resource identifier.


XMLResourceIdentifierImpl

public XMLResourceIdentifierImpl(String publicId,
                                 String literalSystemId,
                                 String baseSystemId,
                                 String expandedSystemId)
Deprecated. 
Constructs a resource identifier.

Parameters:
publicId - The public identifier.
literalSystemId - The literal system identifier.
baseSystemId - The base system identifier.
expandedSystemId - The expanded system identifier.
Method Detail

setValues

public void setValues(String publicId,
                      String literalSystemId,
                      String baseSystemId,
                      String expandedSystemId)
Deprecated. 
Sets the values of the resource identifier.


clear

public void clear()
Deprecated. 
Clears the values.


setPublicId

public void setPublicId(String publicId)
Deprecated. 
Sets the public identifier.


setLiteralSystemId

public void setLiteralSystemId(String literalSystemId)
Deprecated. 
Sets the literal system identifier.


setBaseSystemId

public void setBaseSystemId(String baseSystemId)
Deprecated. 
Sets the base system identifier.


setExpandedSystemId

public void setExpandedSystemId(String expandedSystemId)
Deprecated. 
Sets the expanded system identifier.


getPublicId

public String getPublicId()
Deprecated. 
Returns the public identifier.

Specified by:
getPublicId in interface XMLResourceIdentifier

getLiteralSystemId

public String getLiteralSystemId()
Deprecated. 
Returns the literal system identifier.

Specified by:
getLiteralSystemId in interface XMLResourceIdentifier

getBaseSystemId

public String getBaseSystemId()
Deprecated. 
Returns the base URI against which the literal SystemId is to be resolved.

Specified by:
getBaseSystemId in interface XMLResourceIdentifier

getExpandedSystemId

public String getExpandedSystemId()
Deprecated. 
Returns the expanded system identifier.

Specified by:
getExpandedSystemId in interface XMLResourceIdentifier

hashCode

public int hashCode()
Deprecated. 
Returns a hash code for this object.

Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Returns a string representation of this object.

Overrides:
toString in class Object

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.