org.iso_relax.ant

Class JARVTask


public class JARVTask
extends Task

Ant Task that performs XML validation through JARV.
Author:
Kohsuke Kawaguchi (kk@kohsuke.org)

Method Summary

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.

Method Details

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.