| java.lang.Object | |
| ↳ | org.apache.xerces.util.XMLResourceIdentifierImpl |
Known Direct Subclasses
|
The XMLResourceIdentifierImpl class is an implementation of the XMLResourceIdentifier interface which defines the location identity of a resource.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fBaseSystemId | The base system identifier. | ||||||||||
| fExpandedSystemId | The expanded system identifier. | ||||||||||
| fLiteralSystemId | The literal system identifier. | ||||||||||
| fNamespace | The namespace of the resource. | ||||||||||
| fPublicId | The public identifier. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an empty resource identifier.
| |||||||||||
Constructs a resource identifier.
| |||||||||||
Constructs a resource identifier.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears the values.
| |||||||||||
Returns the base URI against which the literal SystemId is to be resolved.
| |||||||||||
Returns the expanded system identifier.
| |||||||||||
Returns the literal system identifier.
| |||||||||||
Returns the namespace of the resource.
| |||||||||||
Returns the public identifier.
| |||||||||||
Returns a hash code for this object.
| |||||||||||
Sets the base system identifier.
| |||||||||||
Sets the expanded system identifier.
| |||||||||||
Sets the literal system identifier.
| |||||||||||
Sets the namespace of the resource.
| |||||||||||
Sets the public identifier.
| |||||||||||
Sets the values of the resource identifier.
| |||||||||||
Sets the values of the resource identifier.
| |||||||||||
Returns a string representation of this object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.xerces.xni.XMLResourceIdentifier
| |||||||||||
Constructs an empty resource identifier.
Constructs a resource identifier.
| publicId | The public identifier. |
|---|---|
| literalSystemId | The literal system identifier. |
| baseSystemId | The base system identifier. |
| expandedSystemId | The expanded system identifier. |
Constructs a resource identifier.
| publicId | The public identifier. |
|---|---|
| literalSystemId | The literal system identifier. |
| baseSystemId | The base system identifier. |
| expandedSystemId | The expanded system identifier. |
| namespace | The namespace. |
Clears the values.
Returns the base URI against which the literal SystemId is to be resolved.
Returns a hash code for this object.
Sets the values of the resource identifier.
Sets the values of the resource identifier.