|
Matra DTD Parser 0.8b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines an attribute list
declaration.
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(Collection attDefs)
Adds Attribute definitions to this attribute list declaration. |
Collection |
getAttDefs()
Returns the attribute definitions contained within this attribute list declaration. |
String |
getElementName()
Returns the element name associated with this attribute list declaration. |
void |
setElementName(String elemName)
Sets the element name associated with this attribute list declaration. |
Method Detail |
public String getElementName()
setElementName(java.lang.String)
public void setElementName(String elemName)
elemName
- The element name.getElementName()
public void addAttDef(AttDef attDef)
attDef
- Attribute definition to add.public void addAttDefs(Collection attDefs)
attDefs
- Attribute definitions to add.public Collection getAttDefs()
|
Matra DTD Parser 0.8b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |