Modifier and Type | Method and Description |
---|---|
DTDAttribute[] |
DTDAttlist.getAttribute()
Returns the attributes in this list
|
DTDAttribute |
DTDAttlist.getAttribute(int i)
Returns a specific attribute from the list
|
DTDAttribute |
DTDElement.getAttribute(java.lang.String attrName)
Gets an attribute for this element
|
Modifier and Type | Method and Description |
---|---|
void |
DTDAttlist.setAttribute(DTDAttribute[] attrs)
Sets the list of attributes
|
void |
DTDAttlist.setAttribute(DTDAttribute attr,
int i)
Sets a specific attribute in the list
|
void |
DTDElement.setAttribute(java.lang.String attrName,
DTDAttribute attr)
Stores an attribute in this element
|
Copyright (c) 2001 Mark Wutka.