|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.thaiopensource.relaxng.util.JingTask
Ant task to validate XML files using RELAX NG or other schema languages.
Field Summary |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
JingTask()
|
Method Summary | |
void |
addFileset(org.apache.tools.ant.types.FileSet set)
|
void |
execute()
|
void |
setCheckid(boolean checkid)
Handles the checkid attribute. |
void |
setCompactsyntax(boolean compactsyntax)
Handles the compactsyntax attribute. |
void |
setFailonerror(boolean failOnError)
Handles the failonerror attribute. |
void |
setFeasible(boolean feasible)
Handles the feasible attribute. |
void |
setFile(java.io.File file)
|
void |
setPhase(java.lang.String phase)
Handles the phase attribute. |
void |
setRngfile(java.lang.String rngFilename)
Handles the rngfile attribute. |
void |
setSchemafile(java.lang.String schemaFilename)
Handles the schemafile attribute. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JingTask()
Method Detail |
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void setRngfile(java.lang.String rngFilename)
rngfile
attribute.
rngFilename
- the attribute valuepublic void setSchemafile(java.lang.String schemaFilename)
schemafile
attribute.
schemaFilename
- the attribute valuepublic void setFile(java.io.File file)
public void setCheckid(boolean checkid)
checkid
attribute.
checkid
- the attribute value converted to a booleanpublic void setCompactsyntax(boolean compactsyntax)
compactsyntax
attribute.
compactsyntax
- the attribute value converted to a booleanpublic void setFeasible(boolean feasible)
feasible
attribute.
feasible
- the attribute value converted to a booleanpublic void setPhase(java.lang.String phase)
phase
- the attribute valuepublic void setFailonerror(boolean failOnError)
failonerror
attribute.
failOnError
- the attribute value converted to a booleanpublic void addFileset(org.apache.tools.ant.types.FileSet set)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |