Modifier and Type | Field and Description |
---|---|
protected String | fBaseSystemId
The base system identifier. |
protected String | fExpandedSystemId
The expanded system identifier. |
protected String | fLiteralSystemId
The literal system identifier. |
protected String | fNamespace
The namespace of the resource. |
protected String | fPublicId
The public identifier. |
Access | Constructor and Description |
---|---|
public | |
public | XMLResourceIdentifierImpl(String
The public identifier. publicId, String The literal system identifier. literalSystemId, String The base system identifier. baseSystemId, String The expanded system identifier. expandedSystemId)Constructs a resource identifier. |
public |
fBaseSystemId | back to summary |
---|---|
protected String fBaseSystemId The base system identifier. |
fExpandedSystemId | back to summary |
---|---|
protected String fExpandedSystemId The expanded system identifier. |
fLiteralSystemId | back to summary |
---|---|
protected String fLiteralSystemId The literal system identifier. |
fNamespace | back to summary |
---|---|
protected String fNamespace The namespace of the resource. |
fPublicId | back to summary |
---|---|
protected String fPublicId The public identifier. |
XMLResourceIdentifierImpl | back to summary |
---|---|
public XMLResourceIdentifierImpl() Constructs an empty resource identifier. |
XMLResourceIdentifierImpl | back to summary |
---|---|
public XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) Constructs a resource identifier. |
XMLResourceIdentifierImpl | back to summary |
---|---|
public XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) Constructs a resource identifier. |
clear | back to summary |
---|---|
public void clear() Clears the values. |
getBaseSystemId | back to summary |
---|---|
public String getBaseSystemId() Implements com. Returns the base URI against which the literal SystemId is to be resolved. |
getExpandedSystemId | back to summary |
---|---|
public String getExpandedSystemId() Implements com. Returns the expanded system identifier. |
getLiteralSystemId | back to summary |
---|---|
public String getLiteralSystemId() Implements com. Returns the literal system identifier. |
getNamespace | back to summary |
---|---|
public String getNamespace() Implements com. Returns the namespace of the resource. |
getPublicId | back to summary |
---|---|
public String getPublicId() Implements com. Returns the public identifier. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Returns a hash code for this object.
|
setBaseSystemId | back to summary |
---|---|
public void setBaseSystemId(String baseSystemId) Implements com. Sets the base system identifier. |
setExpandedSystemId | back to summary |
---|---|
public void setExpandedSystemId(String expandedSystemId) Implements com. Sets the expanded system identifier. |
setLiteralSystemId | back to summary |
---|---|
public void setLiteralSystemId(String literalSystemId) Implements com. Sets the literal system identifier. |
setNamespace | back to summary |
---|---|
public void setNamespace(String namespace) Implements com. Sets the namespace of the resource. |
setPublicId | back to summary |
---|---|
public void setPublicId(String publicId) Implements com. Sets the public identifier. |
setValues | back to summary |
---|---|
public void setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) Sets the values of the resource identifier. |
setValues | back to summary |
---|---|
public void setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) Sets the values of the resource identifier. |
toString | back to summary |
---|---|
public String toString() Overrides java. Returns a string representation of this object.
|