Uses of Class
tinytl.TTLAttrNode

Packages that use TTLAttrNode
interpreter   
tinytl   
 

Uses of TTLAttrNode in interpreter
 

Methods in interpreter with parameters of type TTLAttrNode
private  XMLAttribute Signification.mAttrNode(TTLAttrNode anode, Context c)
          MAttrNode takes an attributeNode and creates an attribute
 

Uses of TTLAttrNode in tinytl
 

Fields in tinytl with type parameters of type TTLAttrNode
private  java.util.ArrayList<TTLAttrNode> TTLElmtNode.attrs
           
 

Methods in tinytl that return types with arguments of type TTLAttrNode
private  java.util.ArrayList<TTLAttrNode> JDOM2TTLParser.constructAttrNodes(java.util.List attributes)
           
 java.util.ArrayList<TTLAttrNode> TTLElmtNode.getAttrs()
           
 

Method parameters in tinytl with type arguments of type TTLAttrNode
 void TTLElmtNode.setAttrs(java.util.ArrayList<TTLAttrNode> attrs)