java.lang.Object
com.foursoft.harness.navext.runtime.io.validation.XMLValidation

public final class XMLValidation extends Object
A helper class to validate a given xml string against an xsd schema. All found errors are returned in a collection.
  • Constructor Details

    • XMLValidation

      public XMLValidation(Schema schema)
      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