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

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

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

Uses of DOMDocument in org.apache.any23.validator
 

Classes in org.apache.any23.validator that implement DOMDocument
 class DefaultDOMDocument
          This class wraps the DOM document.
 

Methods in org.apache.any23.validator with parameters of type DOMDocument
 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.
 ValidationReport Validator.validate(DOMDocument document, boolean applyFix)
          Performs a validation - fixing of the provided document.
 ValidationReport DefaultValidator.validate(DOMDocument document, boolean applyFix)
           
 

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

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