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
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
static
class XMLValidateTask.Attribute
The class to create to set a feature of the parser.
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.
Gets the attribute name.
Returns:
the feature name
public
boolean
getValue
()
Gets the attribute value.
Gets the attribute value.
Returns:
the feature value
public
void
setName
(
java.lang.String
name)
Set the feature name.
Set the feature name.
Parameters:
-
name
- the name to set
public
void
setValue
(
boolean
value)
Set the feature value to true or false.
Set the feature value to true or false.
Parameters:
-
value
- feature value
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar