org.exolab.castor.util

Class DTDResolver.DTDInfo

static class DTDResolver.DTDInfo extends Object

Holds information about a given DTD of XML Schema.
Field Summary
Stringnamespace
The namespace URI.
Stringprefix
The default namespace prefix.
StringpublicId
The public identifier.
Stringresource
The resource name, if a copy of the document is available.
StringsystemId
The system identifier.
Constructor Summary
DTDInfo(String publicId, String systemId, String namespace, String prefix, String resource)

Field Detail

namespace

final String namespace
The namespace URI. Null if unknown.

prefix

final String prefix
The default namespace prefix.

publicId

final String publicId
The public identifier. Null if unknown.

resource

final String resource
The resource name, if a copy of the document is available.

systemId

final String systemId
The system identifier. Null if unknown.

Constructor Detail

DTDInfo

DTDInfo(String publicId, String systemId, String namespace, String prefix, String resource)
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com