Package org.apache.tools.ant.types
Class DTDLocation
java.lang.Object
org.apache.tools.ant.types.ResourceLocation
org.apache.tools.ant.types.DTDLocation
- Direct Known Subclasses:
- EjbJar.DTDLocation
Helper class to handle the DTD nested element.  Instances of
 this class correspond to the PUBLIC catalog entry type
 of the 
 OASIS "Open Catalog" standard.
Possible Future Enhancement: Bring the Ant element name into conformance with the OASIS standard.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.types.ResourceLocationgetBase, getLocation, getPublicId, setBase, setLocation, setPublicId
- 
Constructor Details- 
DTDLocationpublic DTDLocation()
 
-