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

Packages that use AttList
com.conradroche.matra.decl   
com.conradroche.matra.serialize   
 

Uses of AttList in com.conradroche.matra.decl
 

Methods in com.conradroche.matra.decl that return AttList
 AttList DocType.getAttributeList(java.lang.String elementName)
          Insert the method's description here.
 AttList ElementType.getAttList()
          Insert the method's description here.
 

Methods in com.conradroche.matra.decl with parameters of type AttList
 void DocType.addAttList(AttList attList)
          Insert the method's description here.
 void ElementType.setAttList(AttList attlist)
          Insert the method's description here.
 void AttList.merge(AttList attList)
           
 

Uses of AttList in com.conradroche.matra.serialize
 

Constructors in com.conradroche.matra.serialize with parameters of type AttList
DTDSerializer(java.lang.String rootElement, java.util.Collection elemList, AttList attList)