|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DTDAttribute in com.wutka.dtd |
---|
Methods in com.wutka.dtd that return DTDAttribute | |
---|---|
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 |
Methods in com.wutka.dtd with parameters of type DTDAttribute | |
---|---|
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |