public class DtdModule extends Object
Constructor and Description |
---|
DtdModule(Locator locator)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
URI |
getBaseUri()
Get the base URI.
|
String |
getPublicId()
Get the public ID
|
String |
getRelSysId()
Get the relative system ID of the DTD module itself.
|
String |
getSystemId()
Get the system ID
|
String |
relativize(String uri)
Relativize some other URI to the baseUri here.
|
public DtdModule(Locator locator)
public String getPublicId()
public String getSystemId()
public String getRelSysId()
public URI getBaseUri()