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.
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.
getValue
public boolean getValue()
Gets the attribute value.
setName
public void setName(String name)
Set the feature name.
setValue
public void setValue(boolean value)
Set the feature value to true or false.
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.