Uses of Class
com.wutka.dtd.DTDAttribute

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(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(String attrName, DTDAttribute attr)
          Stores an attribute in this element
 



Copyright (c) 2001 Mark Wutka.