org.apache.ws.commons.schema.utils
Interface TargetNamespaceValidator


public interface TargetNamespaceValidator

Interface of an object, which may validate a schemas target 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-2009 The Apache Software Foundation. All Rights Reserved.