Uses of Class
org.w3c.mwi.mobileok.basic.AbstractCSSTestImplementation.TestErrorInfo

Uses of AbstractCSSTestImplementation.TestErrorInfo in org.w3c.mwi.mobileok.basic
 

Methods in org.w3c.mwi.mobileok.basic that return types with arguments of type AbstractCSSTestImplementation.TestErrorInfo
private  java.util.List<AbstractCSSTestImplementation.TestErrorInfo> AbstractCSSTestImplementation.evaluateCSSErrors(java.lang.String cssContent, java.lang.String uri, int lineOffset)
          Parses given CSS styles searching for test errors.
(package private) abstract  java.util.List<AbstractCSSTestImplementation.TestErrorInfo> AbstractCSSTestImplementation.findTestErrors(java.lang.String line)
           
(package private)  java.util.List<AbstractCSSTestImplementation.TestErrorInfo> MeasuresTest.findTestErrors(java.lang.String cssContent)
           
(package private)  java.util.List<AbstractCSSTestImplementation.TestErrorInfo> StyleSheetsSupportTest.findTestErrors(java.lang.String cssContent)
           
 

Method parameters in org.w3c.mwi.mobileok.basic with type arguments of type AbstractCSSTestImplementation.TestErrorInfo
(package private) abstract  void AbstractCSSTestImplementation.addSubResultsToResultsDocument(org.w3c.dom.Document testResults, org.w3c.dom.Element test, java.util.List<AbstractCSSTestImplementation.TestErrorInfo> measuresErrors)
           
(package private)  void MeasuresTest.addSubResultsToResultsDocument(org.w3c.dom.Document testResults, org.w3c.dom.Element test, java.util.List<AbstractCSSTestImplementation.TestErrorInfo> measuresErrors)
           
(package private)  void StyleSheetsSupportTest.addSubResultsToResultsDocument(org.w3c.dom.Document testResults, org.w3c.dom.Element test, java.util.List<AbstractCSSTestImplementation.TestErrorInfo> measuresErrors)
           
(package private)  void AbstractCSSTestImplementation.addSubResultsToResultsDocument(org.w3c.dom.Document testResults, org.w3c.dom.Node test, java.lang.Iterable<AbstractCSSTestImplementation.TestErrorInfo> cssErrors, java.lang.String resultName, java.lang.String resultOutcome, java.lang.String infoString)