org.apache.tools.ant.taskdefs.optional

Class XMLValidateTask.Attribute

Enclosing Class:
XMLValidateTask

public class XMLValidateTask.Attribute
extends java.lang.Object

The class to create to set a feature of the parser.
Since:
ant1.6

Method Summary

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.

Method Details

getName

public String getName()
Gets the attribute name.
Returns:
the feature name

getValue

public boolean getValue()
Gets the attribute value.
Returns:
the feature value

setName

public void setName(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

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.