public interface XMLResourceIdentifier
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 |
|---|---|
String |
getBaseSystemId() |
String |
getExpandedSystemId() |
String |
getLiteralSystemId() |
String |
getNamespace() |
String |
getPublicId() |
void |
setBaseSystemId(String systemId)
Sets the base URI against which the literal SystemId is to be
resolved.
|
void |
setExpandedSystemId(String systemId)
Sets the expanded system identifier.
|
void |
setLiteralSystemId(String systemId)
Sets the literal system identifier.
|
void |
setNamespace(String namespace)
Sets the namespace of the resource.
|
void |
setPublicId(String publicId)
Sets the public identifier.
|
void setPublicId(String publicId)
publicId - the new public idString getPublicId()
void setExpandedSystemId(String systemId)
systemId - the new system idString getExpandedSystemId()
void setLiteralSystemId(String systemId)
systemId - the new system idString getLiteralSystemId()
void setBaseSystemId(String systemId)
systemId - the system idString getBaseSystemId()
void setNamespace(String namespace)
namespace - the new namespaceString getNamespace()
Copyright © 2023 Gargoyle Software Inc.. All rights reserved.