org.exolab.castor.util
Class DTDResolver.DTDInfo
java.lang.Object
org.exolab.castor.util.DTDResolver.DTDInfo
- DTDResolver
(package private) static class DTDResolver.DTDInfo
extends java.lang.Object
Holds information about a given DTD of XML Schema.
(package private) String | namespace - The namespace URI.
|
(package private) String | prefix - The default namespace prefix.
|
(package private) String | publicId - The public identifier.
|
(package private) String | resource - The resource name, if a copy of the document is available.
|
(package private) String | systemId - The system identifier.
|
DTDInfo(String publicId, String systemId, String namespace, String prefix, String resource)
|
namespace
(package private) final String namespace
The namespace URI. Null if unknown.
prefix
(package private) final String prefix
The default namespace prefix.
publicId
(package private) final String publicId
The public identifier. Null if unknown.
resource
(package private) final String resource
The resource name, if a copy of the document is available.
systemId
(package private) final String systemId
The system identifier. Null if unknown.
DTDInfo
(package private) DTDInfo(String publicId,
String systemId,
String namespace,
String prefix,
String resource)
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com