org.apache.ws.commons.schema.utils
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
 void validate(XmlSchema pSchema)
          Called for validating the given schemas target namespace.
 

Method Detail

validate

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



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.