Uses of Class
org.fest.swing.junit.xml.XmlAttribute

Packages that use XmlAttribute
org.fest.swing.junit.xml Wrappers for DOM classes that provide a more compact and intuitive API. 
 

Uses of XmlAttribute in org.fest.swing.junit.xml
 

Methods in org.fest.swing.junit.xml that return XmlAttribute
 XmlAttribute XmlAttribute.XmlAttributeBuilder.value(double value)
          Creates a new XmlAttribute using the attribute name passed when this builder was created and the given value.
 XmlAttribute XmlAttribute.XmlAttributeBuilder.value(long value)
          Creates a new XmlAttribute using the attribute name passed when this builder was created and the given value.
 XmlAttribute XmlAttribute.XmlAttributeBuilder.value(String value)
          Creates a new XmlAttribute using the attribute name passed when this builder was created and the given value.
 

Methods in org.fest.swing.junit.xml that return types with arguments of type XmlAttribute
 Iterator<XmlAttribute> XmlAttributes.iterator()
          Returns an iterator containing all the XmlAttributes in this collection.
 

Methods in org.fest.swing.junit.xml with parameters of type XmlAttribute
 void XmlNode.addAttribute(XmlAttribute a)
          Adds an attribute to this node.
 void XmlNode.addAttributes(XmlAttribute... attributes)
          Adds one or more attributes to this node.
static XmlAttributes XmlAttributes.attributes(XmlAttribute... attributes)
          Creates a new XmlAttributes.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.