Class XMLValidateTask.Attribute
java.lang.Object
org.apache.tools.ant.taskdefs.optional.XMLValidateTask.Attribute
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Attributepublic Attribute()
 
- 
- 
Method Details- 
setName
- 
setValuepublic void setValue(boolean value) Set the feature value to true or false.- Parameters:
- value- feature value
 
- 
getName
- 
getValuepublic boolean getValue()Gets the attribute value.- Returns:
- the feature value
 
 
-