Uses of Class
org.openprivacy.reptile.RelativizeDependency

Packages that use RelativizeDependency
org.openprivacy.reptile   
 

Uses of RelativizeDependency in org.openprivacy.reptile
 

Subclasses of RelativizeDependency in org.openprivacy.reptile
 class DocumentRelativizeDependency
          Link to another HTML document via
 class ImageRelativizeDependency
          Link to another image via
 class LinkRelativizeDependency
          Link to another image via
 class ScriptRelativizeDependency
          Link to another image via
 

Methods in org.openprivacy.reptile that return RelativizeDependency
 RelativizeDependency[] RelativizeContentParser.getDependencies()
           
 

Methods in org.openprivacy.reptile with parameters of type RelativizeDependency
 void RelativizeContentParser.addDependency(RelativizeDependency depend)
          Add the given resource as a dependency of the current HTML file.