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

Uses of Class
org.apache.any23.validator.ValidatorException

Packages that use ValidatorException
org.apache.any23.extractor.html   
org.apache.any23.validator TODO fillme 
 

Uses of ValidatorException in org.apache.any23.extractor.html
 

Methods in org.apache.any23.extractor.html that throw ValidatorException
 DocumentReport TagSoupParser.getValidatedDOM(boolean applyFix)
          Returns the validated DOM and applies fixes on it if applyFix is set to true.
 

Uses of ValidatorException in org.apache.any23.validator
 

Methods in org.apache.any23.validator that throw ValidatorException
 ValidationReport Validator.validate(DOMDocument document, boolean applyFix)
          Performs a validation - fixing of the provided document.
 ValidationReport DefaultValidator.validate(DOMDocument document, boolean applyFix)
           
 ValidationReport Validator.validate(URI documentURI, Document document, boolean applyFix)
          Performs a validation - fixing of the provided document.
 ValidationReport DefaultValidator.validate(URI documentURI, Document document, boolean applyFix)
           
 



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