vdoclet.ant
Class XmlCheckTask.DTDLocation

java.lang.Object
  |
  +--vdoclet.ant.XmlCheckTask.DTDLocation
Enclosing class:
XmlCheckTask

public static class XmlCheckTask.DTDLocation
extends Object

A configured DTD location


Constructor Summary
XmlCheckTask.DTDLocation()
           
 
Method Summary
 URL getLocation()
           
 String getPublicId()
           
 void setLocation(String location)
           
 void setPublicId(String publicId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlCheckTask.DTDLocation

public XmlCheckTask.DTDLocation()
Method Detail

setPublicId

public void setPublicId(String publicId)

setLocation

public void setLocation(String location)

getPublicId

public String getPublicId()

getLocation

public URL getLocation()
                throws MalformedURLException
MalformedURLException