| Frames | No Frames |
Methods with parameter type com.wutka.dtd.DTDAttribute | |
| void | Stores an attribute in this element |
| void | Sets a specific attribute in the list |
| void | Sets the list of attributes |
Methods with return type com.wutka.dtd.DTDAttribute | |
| DTDAttribute[] | Returns the attributes in this list |
| DTDAttribute | DTDElement.getAttribute(String attrName) Gets an attribute for this element |
| DTDAttribute | DTDAttlist.getAttribute(int i) Returns a specific attribute from the list |