Uses of Class
com.amx.duet.tools.xml.Attribute

Packages that use Attribute
com.amx.duet.tools.xml Provides classes and interfaces for both parsing and writing XML data. 
 

Uses of Attribute in com.amx.duet.tools.xml
 

Methods in com.amx.duet.tools.xml that return Attribute
 Attribute Tag.getAttribute(int index)
          Retrieve a single attribute at the asking index position for this tag
 Attribute Tag.getAttribute(java.lang.String attrName)
          Retrieve a single attribute matching the name for this attribute
 

Methods in com.amx.duet.tools.xml with parameters of type Attribute
 void Tag.addAttribute(Attribute attr)
          Add an Attribute object to this tag
 



Copyright © 2008 AMX LLC. All Rights Reserved.