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