org.exolab.castor.util

Class DTDResolver.DTDInfo

Enclosing Class:
DTDResolver

(package private) static class DTDResolver.DTDInfo
extends java.lang.Object

Holds information about a given DTD of XML Schema.

Field Summary

(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.

Constructor Summary

DTDInfo(String publicId, String systemId, String namespace, String prefix, String resource)

Field Details

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.

Constructor Details

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