This represents the basic physical description of the location of any XML resource (a Schema grammar, a DTD, a general entity etc.)
Modifier and Type | Method and Description |
---|---|
public String | |
public String | |
public String | |
public String | |
public String | |
public void | setBaseSystemId(String systemId)
Setsthe base URI against which the literal SystemId is to be resolved. |
public void | |
public void | |
public void | |
public void |
getBaseSystemId | back to summary |
---|---|
public String getBaseSystemId() Returns the base URI against which the literal SystemId is to be resolved. |
getExpandedSystemId | back to summary |
---|---|
public String getExpandedSystemId() Returns the expanded system identifier. |
getLiteralSystemId | back to summary |
---|---|
public String getLiteralSystemId() Returns the literal system identifier. |
getNamespace | back to summary |
---|---|
public String getNamespace() Returns the namespace of the resource. |
getPublicId | back to summary |
---|---|
public String getPublicId() Returns the public identifier. |
setBaseSystemId | back to summary |
---|---|
public void setBaseSystemId(String systemId) Setsthe base URI against which the literal SystemId is to be resolved. |
setExpandedSystemId | back to summary |
---|---|
public void setExpandedSystemId(String systemId) Sets the expanded system identifier. |
setLiteralSystemId | back to summary |
---|---|
public void setLiteralSystemId(String systemId) Sets the literal system identifier. |
setNamespace | back to summary |
---|---|
public void setNamespace(String namespace) Sets the namespace of the resource. |
setPublicId | back to summary |
---|---|
public void setPublicId(String publicId) Sets the public identifier. |