org.apache.tools.ant.taskdefs.optional
Class XMLValidateTask.Attribute
java.lang.Object
org.apache.tools.ant.taskdefs.optional.XMLValidateTask.Attribute
- XMLValidateTask
public class XMLValidateTask.Attribute
extends java.lang.Object
The class to create to set a feature of the parser.
- ant1.6
String | getName() - Gets the attribute name.
|
boolean | getValue() - Gets the attribute value.
|
void | setName(String name) - Set the feature name.
|
void | setValue(boolean value) - Set the feature value to true or false.
|
getName
public String getName()
Gets the attribute name.
- the feature name
getValue
public boolean getValue()
Gets the attribute value.
- the feature value
setName
public void setName(String name)
Set the feature name.
name
- the name to set
setValue
public void setValue(boolean value)
Set the feature value to true or false.
value
- feature value
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.