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

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

Fields in org.w3c.mwi.mobileok.basic declared as PreprocessorResults
private  PreprocessorResults Preprocessor.results
          Internal moki representation built by this Preprocessor.
 

Methods in org.w3c.mwi.mobileok.basic that return PreprocessorResults
 PreprocessorResults Tester.getPreprocessorResults()
          Returns the intermediate moki representation of the resource bound to this instance.
 PreprocessorResults Preprocessor.getPreprocessorResults()
          Returns the intermediate moki representation of the resource bound to this instance.
 

Methods in org.w3c.mwi.mobileok.basic with parameters of type PreprocessorResults
private  org.w3c.dom.Document AbstractCSSTestImplementation.generateResultsOnCSSContent(PreprocessorResults results)
           
 TestResult AbstractCSSTestImplementation.runTest(PreprocessorResults results)
           
 TestResult AbstractXSLTTestImplementation.runTest(PreprocessorResults results)
           
 TestResult TestImplementation.runTest(PreprocessorResults results)
          Runs the test on the intermediate moki representation of the resource.