Uses of Class
org.apache.any23.validator.ValidatorException
-
Packages that use ValidatorException Package Description org.apache.any23.extractor.html All the variousExtractor
needed to distill RDF from Microformats in HTML pages are contained in this package.org.apache.any23.validator -
-
Uses of ValidatorException in org.apache.any23.extractor.html
Methods in org.apache.any23.extractor.html that throw ValidatorException Modifier and Type Method Description DocumentReport
TagSoupParser. getValidatedDOM(boolean applyFix)
Returns the validated DOM and applies fixes on it if applyFix is set totrue
. -
Uses of ValidatorException in org.apache.any23.validator
Methods in org.apache.any23.validator that throw ValidatorException Modifier and Type Method Description ValidationReport
DefaultValidator. validate(URI documentIRI, Document document, boolean applyFix)
ValidationReport
DefaultValidator. validate(DOMDocument document, boolean applyFix)
ValidationReport
Validator. validate(URI documentIRI, Document document, boolean applyFix)
Performs a validation - fixing of the provided document.ValidationReport
Validator. validate(DOMDocument document, boolean applyFix)
Performs a validation - fixing of the provided document.
-