|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSResource | |
---|---|
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 CSSResource in org.w3c.mwi.mobileok.basic |
---|
Classes in org.w3c.mwi.mobileok.basic that implement CSSResource | |
---|---|
class |
EmbeddedCSSResource
Represents CSS styles embedded in a style element |
class |
HTTPCSSResource
Represents CSS styles defined in an external resource retrieved using HTTP. |
class |
InlineCSSResource
Represents CSS styles embedded in a style attribute. |
Methods in org.w3c.mwi.mobileok.basic that return types with arguments of type CSSResource | |
---|---|
java.util.List<CSSResource> |
PreprocessorResults.getEmbeddedStyleResources()
|
java.util.List<CSSResource> |
PreprocessorResults.getInlineStyleResources()
|
Methods in org.w3c.mwi.mobileok.basic with parameters of type CSSResource | |
---|---|
static org.w3c.css.css.StyleSheet |
CSSUtils.getStylesheet(CSSResource cssResource)
|
Method parameters in org.w3c.mwi.mobileok.basic with type arguments of type CSSResource | |
---|---|
void |
PreprocessorResults.setEmbeddedStyleResources(java.util.List<CSSResource> embeddedStyleResources)
|
void |
PreprocessorResults.setInlineStyleResources(java.util.List<CSSResource> inlineStyleResources)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |