BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.util
Class XMLResourceIdentifierImpl

java.lang.Object
  extended byweblogic.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

fBaseSystemId

protected String fBaseSystemId
Deprecated. 
The base system identifier.


fExpandedSystemId

protected String fExpandedSystemId
Deprecated. 
The expanded system identifier.


fLiteralSystemId

protected String fLiteralSystemId
Deprecated. 
The literal system identifier.


fPublicId

protected String fPublicId
Deprecated. 
The public 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.

Method Detail

clear

public void clear()
Deprecated. 
Clears the values.


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

getLiteralSystemId

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

Specified by:
getLiteralSystemId in interface XMLResourceIdentifier

getPublicId

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

Specified by:
getPublicId in interface XMLResourceIdentifier

hashCode

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


setBaseSystemId

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


setExpandedSystemId

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


setLiteralSystemId

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


setPublicId

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


setValues

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


toString

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


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