This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.any23.validator.ValidationReportBuilder (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

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

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

Uses of ValidationReportBuilder in org.apache.any23.validator
 

Classes in org.apache.any23.validator that implement ValidationReportBuilder
 class DefaultValidationReportBuilder
          Default implementation of ValidationReportBuilder.
 

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

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

Methods in org.apache.any23.validator.rule with parameters of type ValidationReportBuilder
 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)
           
 



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