Class SchemaValidate

All Implemented Interfaces:
java.lang.Cloneable

public class SchemaValidate
extends XMLValidateTask
Validate XML Schema documents. This task validates XML schema documents. It requires an XML parser that handles the relevant SAX, Xerces or JAXP options. To resolve remote references, Ant may need its proxy set up, using the setproxy task. Hands off most of the work to its parent, XMLValidateTask
Since:
Ant1.7