Class XMLValidateTask.Attribute
java.lang.Object
org.apache.tools.ant.taskdefs.optional.XMLValidateTask.Attribute
- Enclosing class:
- XMLValidateTask
The class to create to set a feature of the parser.
- Since:
- ant1.6
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Attributepublic Attribute()
 
- 
- 
Method Details- 
setNameSet the feature name.- Parameters:
- name- the name to set
 
- 
setValuepublic void setValue(boolean value) Set the feature value to true or false.- Parameters:
- value- feature value
 
- 
getNameGets the attribute name.- Returns:
- the feature name
 
- 
getValuepublic boolean getValue()Gets the attribute value.- Returns:
- the feature value
 
 
-