Uses of Class
net.ionite.docval.validation.ValidationResult
Package
Description
Server (HTTP) and client for bulk- or continuous validation
Validation implementation, manager, and result classes
Classes that perform the several kinds of validation
-
Uses of ValidationResult in net.ionite.docval.server
Modifier and TypeMethodDescriptionDocValHttpClient.validate
(byte[] documentData) Send the given XML document to the server for validation, using a keyword derived from the document (seeKeywordDeriver
for more information on keyword derivation).Send the given XML document to the server for validation, using the given keyword. -
Uses of ValidationResult in net.ionite.docval.validation
Modifier and TypeMethodDescriptionstatic ValidationResult
ValidationResult.fromJSON
(org.json.simple.JSONObject jsonData) Deserialize the validation result object from the given JSON datastatic ValidationResult
ValidationResult.fromJSONString
(String jsonString) Deserialize the validation result object from the given JSON stringValidate the given XML data for the given keyword. -
Uses of ValidationResult in net.ionite.docval.validation.validator
Modifier and TypeMethodDescriptionDocumentValidator.validate
(byte[] source) Validate the given XML source against the validation file and return a new ValidationResult instanceDocumentValidator.validate
(byte[] source, ValidationResult result) Validate the given XML source against the validation file, and add the errors and warnings to the given ValidationResult item.XSDValidator.validate
(byte[] source) Validate the given XML document, and return a new ValidationResult structure containing the validation results.XSDValidator.validate
(byte[] source, ValidationResult result) Validate the given XML document, and add the validation results to the given ValidationResult structureXSLTValidator.validate
(byte[] source) Validate the given XML document, and return a new ValidationResult structure containing the validation results.XSLTValidator.validate
(byte[] source, ValidationResult result) Validate the given XML document, and add the validation results to the given ValidationResult structureModifier and TypeMethodDescriptionDocumentValidator.validate
(byte[] source, ValidationResult result) Validate the given XML source against the validation file, and add the errors and warnings to the given ValidationResult item.XSDValidator.validate
(byte[] source, ValidationResult result) Validate the given XML document, and add the validation results to the given ValidationResult structureXSLTValidator.validate
(byte[] source, ValidationResult result) Validate the given XML document, and add the validation results to the given ValidationResult structure