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.Object
The class to create to set a feature of the parser.
- Since:
- ant1.6
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
setName
public void setName(java.lang.String name)Set the feature name.- Parameters:
name
- the name to set
-
setValue
public void setValue(boolean value)Set the feature value to true or false.- Parameters:
value
- feature value
-
getName
public java.lang.String getName()Gets the attribute name.- Returns:
- the feature name
-
getValue
public boolean getValue()Gets the attribute value.- Returns:
- the feature value
-