|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
From the XML Specification [Section 3.3 Attribute-List Declarations] - [Definition: Attribute-list declarations specify the name, data type, and default value (if any) of each attribute associated with a given element type]
| Method Summary | |
void |
addAttDef(AttDef attDef)
Adds an attribute definition to this attribute list declaration. |
void |
addAttDefs(java.util.Collection attDefs)
Adds Attribute definitions to this attribute list declaration. |
java.util.Collection |
getAttDefs()
Returns the attribute definitions contained within this attribute list declaration. |
java.lang.String |
getElementName()
Returns the element name associated with this attribute list declaration. |
void |
setElementName(java.lang.String elemName)
Sets the element name associated with this attribute list declaration. |
| Method Detail |
public java.lang.String getElementName()
public void setElementName(java.lang.String elemName)
elemName - The element name.public void addAttDef(AttDef attDef)
attDef - Attribute definition to add.public void addAttDefs(java.util.Collection attDefs)
attDefs - Attribute definitions to add.public java.util.Collection getAttDefs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||