Uses of Class
xml.XMLAttribute

Packages that use XMLAttribute
interpreter   
xml   
 

Uses of XMLAttribute in interpreter
 

Methods in interpreter that return XMLAttribute
private  XMLAttribute Signification.mAttrNode(TTLAttrNode anode, Context c)
          MAttrNode takes an attributeNode and creates an attribute
 

Uses of XMLAttribute in xml
 

Fields in xml with type parameters of type XMLAttribute
private  java.util.ArrayList<XMLAttribute> XMLElement.attrs
           
 

Methods in xml that return XMLAttribute
private  XMLAttribute JDOM2XMLParser.constructAttribute(org.jdom.Attribute attribute)
          Creates an Attribute
 

Methods in xml that return types with arguments of type XMLAttribute
private  java.util.ArrayList<XMLAttribute> JDOM2XMLParser.constructAttributes(java.util.List list)
          Creates a list of attributes
 

Methods in xml with parameters of type XMLAttribute
private  void Writer.writeAttribute(java.lang.StringBuilder buffer, XMLAttribute attribute)