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