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()
Returns the base URI against which the literal SystemId is to be
resolved.
|
String |
getExpandedSystemId()
Returns the expanded system identifier.
|
String |
getLiteralSystemId()
Returns the literal system identifier.
|
String |
getNamespace()
Returns the namespace of the resource.
|
String |
getPublicId()
Returns the public identifier.
|
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)
String getPublicId()
void setExpandedSystemId(String systemId)
String getExpandedSystemId()
void setLiteralSystemId(String systemId)
String getLiteralSystemId()
void setBaseSystemId(String systemId)
String getBaseSystemId()
Returns the base URI against which the literal SystemId is to be resolved.
void setNamespace(String namespace)
String getNamespace()
Copyright © 2017 JBoss by Red Hat. All rights reserved.