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

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

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

Methods in org.fest.swing.junit.xml that return XmlAttributes
static XmlAttributes XmlAttributes.attributes(XmlAttribute... attributes)
          Creates a new XmlAttributes.
 

Methods in org.fest.swing.junit.xml with parameters of type XmlAttributes
 XmlNode XmlNode.addNewNode(String name, XmlAttributes attributes)
          Creates and adds a new XML node to this node.
 



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