Uses of Class
org.apache.any23.validator.ValidatorException
-
Packages that use ValidatorException Package Description org.apache.any23.extractor.html All the variousExtractorneeded 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 DocumentReportTagSoupParser. 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 ValidationReportDefaultValidator. validate(URI documentIRI, Document document, boolean applyFix)ValidationReportDefaultValidator. validate(DOMDocument document, boolean applyFix)ValidationReportValidator. validate(URI documentIRI, Document document, boolean applyFix)Performs a validation - fixing of the provided document.ValidationReportValidator. validate(DOMDocument document, boolean applyFix)Performs a validation - fixing of the provided document.
-