org.iso_relax.ant
Class JARVTask
Task
org.iso_relax.ant.JARVTask
public class JARVTask
extends Task
Ant Task that performs XML validation through JARV.
- Kohsuke Kawaguchi (kk@kohsuke.org)
void | addFileset(FileSet fs) - Handles the nested file set.
|
void | execute()
|
void | setFile(File file) - Handles the file attribute.
|
void | setSchema(String schemaFilename) - Handles the schema attribute.
|
void | setSchemaLanguage(String schemaLanguage) - Handles the schemaLanguage attribute.
|
addFileset
public void addFileset(FileSet fs)
Handles the nested file set.
execute
public void execute()
throws BuildException
setFile
public void setFile(File file)
Handles the file attribute.
setSchema
public void setSchema(String schemaFilename)
Handles the schema attribute.
setSchemaLanguage
public void setSchemaLanguage(String schemaLanguage)
Handles the schemaLanguage attribute.