Matra DTD Parser 0.8b

Uses of Class
com.conradroche.matra.decl.AttList

Packages that use AttList
com.conradroche.matra.decl   
 

Uses of AttList in com.conradroche.matra.decl
 

Methods in com.conradroche.matra.decl that return AttList
 AttList DocType.getAttributeList(String elementName)
          Returns all the attributes for the specified Element Type.
 AttList ElementType.getAttList()
          Returns the attribute list for this element type.
 

Methods in com.conradroche.matra.decl with parameters of type AttList
 void DocType.addAttList(AttList attList)
          Adds an attribute list.
 void ElementType.setAttList(AttList attlist)
          Sets the attribute list for this elemen type.
 void AttList.merge(AttList attList)
          Merges all the attributes in the specified attribute list into this attribute list.
 


Matra DTD Parser 0.8b