|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dtd.XMLAttributeDecl
Field Summary | |
org.apache.xerces.xni.QName |
name
name |
boolean |
optional
optional |
XMLSimpleType |
simpleType
simpleType |
Constructor Summary | |
XMLAttributeDecl()
|
Method Summary | |
void |
clear()
clear |
void |
setValues(org.apache.xerces.xni.QName name,
XMLSimpleType simpleType,
boolean optional)
setValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final org.apache.xerces.xni.QName name
public final XMLSimpleType simpleType
public boolean optional
Constructor Detail |
public XMLAttributeDecl()
Method Detail |
public void setValues(org.apache.xerces.xni.QName name, XMLSimpleType simpleType, boolean optional)
name
- simpleType
- optional
- public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |