Package | Description |
---|---|
org.apache.any23.extractor.html |
All the various
Extractor needed to distill RDF
from Microformats in HTML pages are contained in this package. |
org.apache.any23.validator |
Modifier and Type | Method and Description |
---|---|
DocumentReport |
TagSoupParser.getValidatedDOM(boolean applyFix)
Returns the validated DOM and applies fixes on it if applyFix
is set to
true . |
Modifier and Type | Method and Description |
---|---|
ValidationReport |
DefaultValidator.validate(DOMDocument document,
boolean applyFix) |
ValidationReport |
Validator.validate(DOMDocument document,
boolean applyFix)
Performs a validation - fixing of the provided document.
|
ValidationReport |
DefaultValidator.validate(URI documentURI,
Document document,
boolean applyFix) |
ValidationReport |
Validator.validate(URI documentURI,
Document document,
boolean applyFix)
Performs a validation - fixing of the provided document.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.