org.exolab.castor.util
static class DTDResolver.DTDInfo extends Object
| Field Summary | |
|---|---|
| String | namespace
The namespace URI. |
| String | prefix
The default namespace prefix. |
| String | publicId
The public identifier. |
| String | resource
The resource name, if a copy of the document is available. |
| String | systemId
The system identifier. |
| Constructor Summary | |
|---|---|
| DTDInfo(String publicId, String systemId, String namespace, String prefix, String resource) | |