Class XMLValidation
java.lang.Object
com.foursoft.harness.navext.runtime.io.validation.XMLValidation
A helper class to validate a given xml string against an xsd schema. All found errors are returned in a collection.
-
Constructor Summary
ConstructorsConstructorDescriptionXMLValidation(Schema schema) The validator can use a lot of memory, because it holds the xmlContent multiple times in memory! -
Method Summary
-
Constructor Details
-
XMLValidation
The validator can use a lot of memory, because it holds the xmlContent multiple times in memory!- Parameters:
schema- the schema to validate against
-
-
Method Details
-
validateXML
-