|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.XMLValidateTask.Attribute
The class to create to set a feature of the parser.
Constructor Summary | |
XMLValidateTask.Attribute()
|
Method Summary | |
java.lang.String |
getName()
Gets the attribute name. |
boolean |
getValue()
Gets the attribute value. |
void |
setName(java.lang.String name)
Set the feature name. |
void |
setValue(boolean value)
Set the feature value to true or false. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLValidateTask.Attribute()
Method Detail |
public void setName(java.lang.String name)
name
- the name to setpublic void setValue(boolean value)
value
- feature valuepublic java.lang.String getName()
public boolean getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |