org.apache.avalon.phoenix.tools.configuration
Class DTDInfo

java.lang.Object
  |
  +--org.apache.avalon.phoenix.tools.configuration.DTDInfo

public class DTDInfo
extends Object

Holds information about a given DTD.

Version:
$Revision: 1.4 $ $Date: 2002/08/06 11:57:42 $
Author:
Peter Donald

Constructor Summary
DTDInfo(String publicId, String systemId, String resource)
           
 
Method Summary
 String getPublicId()
           
 String getResource()
           
 String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDInfo

public DTDInfo(String publicId,
               String systemId,
               String resource)
Method Detail

getPublicId

public String getPublicId()

getSystemId

public String getSystemId()

getResource

public String getResource()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.