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
-
Method Details
-
validate
Called for validating the given schemas target namespace.
-