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

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



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.