Uses of Interface
org.apache.any23.validator.RuleContext

Packages that use RuleContext
org.apache.any23.validator TODO fillme 
org.apache.any23.validator.rule   
 

Uses of RuleContext in org.apache.any23.validator
 

Classes in org.apache.any23.validator that implement RuleContext
 class DefaultRuleContext
          Default implementation of RuleContext.
 

Methods in org.apache.any23.validator with parameters of type RuleContext
 boolean Rule.applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
          Applies this rule to the given document.
 void Fix.execute(Rule rule, RuleContext context, DOMDocument document)
          Executes this fix over a document.
 

Uses of RuleContext in org.apache.any23.validator.rule
 

Methods in org.apache.any23.validator.rule with parameters of type RuleContext
 boolean MissingOpenGraphNamespaceRule.applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
           
 boolean MetaNameMisuseRule.applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
           
 boolean AboutNotURIRule.applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
           
 void OpenGraphNamespaceFix.execute(Rule rule, RuleContext context, DOMDocument document)
           
 void MetaNameMisuseFix.execute(Rule rule, RuleContext context, DOMDocument document)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.