Uses of Class
org.w3c.mwi.mobileok.basic.HTTPCSSResource

Packages that use HTTPCSSResource
org.w3c.mwi.mobileok.basic Contains the mobileOK Checker Java library that may be used to claim conformance to the W3C mobileOK Basic Tests 1.0 standard, or in a more generic way to build a moki representation of an HTTP(S) resource and run tests against it. 
 

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

Methods in org.w3c.mwi.mobileok.basic that return types with arguments of type HTTPCSSResource
 java.util.List<HTTPCSSResource> PreprocessorResults.getExternalStyleResources()
           
 

Method parameters in org.w3c.mwi.mobileok.basic with type arguments of type HTTPCSSResource
 void PreprocessorResults.setExternalStyleResources(java.util.List<HTTPCSSResource> styleResources)