Class XMLValidateTask.Attribute
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.optional.XMLValidateTask.Attribute
 
- 
- Enclosing class:
- XMLValidateTask
 
 public static class XMLValidateTask.Attribute extends java.lang.ObjectThe class to create to set a feature of the parser.- Since:
- ant1.6
 
- 
- 
Constructor SummaryConstructors Constructor Description Attribute()
 
- 
- 
- 
Method Detail- 
setNamepublic void setName(java.lang.String name) Set 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
 
 - 
getNamepublic java.lang.String getName() Gets the attribute name.- Returns:
- the feature name
 
 - 
getValuepublic boolean getValue() Gets the attribute value.- Returns:
- the feature value
 
 
- 
 
-