Uses of Interface
org.w3c.mwi.mobileok.basic.ResourceExtractor

Uses of ResourceExtractor in org.w3c.mwi.mobileok.basic
 

Classes in org.w3c.mwi.mobileok.basic that implement ResourceExtractor
 class CssResourceExtractor
          Extracts CSS resources referenced by the given resource that apply to the handheld or all media type.
 class ImageResourceExtractor
          Extracts all image resources embedded in the given XHTML resource.
 class InCssResourceExtractor
          Extracts resources (images and imported CSS stylesheets) defined in the given CSS stylesheets.
 class LinkedResourceExtractor
          Extracts all linked resources from a given XHTML resource.
 class ObjectResourceExtractor
          Extracts resources defined within object elements in the given XHTML resource, and resources defined in img elements that appear as the fallback content of an object element that would not be rendered by browsers.
 

Fields in org.w3c.mwi.mobileok.basic with type parameters of type ResourceExtractor
private  java.util.List<ResourceExtractor> TesterConfiguration.extractors
          List of resource extractors to be applied to retrieved resources in this configuration.
 

Methods in org.w3c.mwi.mobileok.basic that return types with arguments of type ResourceExtractor
 java.util.List<ResourceExtractor> TesterConfiguration.getResourceExtractors()
          Returns the list of resource extractors to apply in this configuration of the Checker.
 

Constructor parameters in org.w3c.mwi.mobileok.basic with type arguments of type ResourceExtractor
TesterConfiguration(ResourceRetrieverFactory resourceRetrieverFactory, DecodedContentFactory decodedContentFactory, java.util.List<ResourceExtractor> extractors, java.util.List<TestImplementation> tests, java.util.Map<java.lang.String,java.lang.Object> settings)
          Creates a new instance of a tester configuration.