Uses of Class
com.conradroche.matra.io.DTDSource

Packages that use DTDSource
com.conradroche.matra.dtdparser   
com.conradroche.matra.io   
 

Uses of DTDSource in com.conradroche.matra.dtdparser
 

Methods in com.conradroche.matra.dtdparser with parameters of type DTDSource
 void DTDParser.parse(DTDSource dtdSrc)
          Insert the method's description here.
 

Uses of DTDSource in com.conradroche.matra.io
 

Subclasses of DTDSource in com.conradroche.matra.io
 class DTDFile
          Class to do the io operations on a File.
 class DTDUrl
          Class to do the io operations for a URL.
 

Methods in com.conradroche.matra.io that return DTDSource
abstract  DTDSource DTDSource.getAbsolute(java.lang.String relative)
          Return the absolute path of the source using the path relative to this source.
 DTDSource DTDFile.getAbsolute(java.lang.String relative)
          Return the absolute path of the source using the path relative to this source.
 DTDSource DTDUrl.getAbsolute(java.lang.String relative)
          Return the absolute path of the source using the path relative to this source.