Interface TargetNamespaceValidator


public interface TargetNamespaceValidator
Interface called when reading a schema to validate the target namespace. This is used internally to ensure that an xs:import element (e.g.) that purports to import a schema with a particular target namespace actually point to a schema with that namespace.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called for validating the given schemas target namespace.
  • Method Details

    • validate

      void validate(XmlSchema pSchema)
      Called for validating the given schemas target namespace.