API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.optional. XMLValidateTask.Attribute View Source
Author(s)
Since
ant1.6
Version
Serial
Hierarchy
 Object
      XMLValidateTask.Attribute
Implements
Subclasses
Description
publicstatic class XMLValidateTask.Attribute
  The class to create to set a feature of the parser.
See also:   
Constructors
public XMLValidateTask.Attribute ()
Methods
Hide/Show inherited methods
public java.lang.String getName ()
  Gets the attribute name.
public boolean getValue ()
  Gets the attribute value.
public void setName (java.lang.String name)
  Set the feature name.
public void setValue (boolean value)
  Set the feature value to true or false.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar