Uses of Class
org.fest.swing.junit.xml.XmlAttributes
Packages that use XmlAttributes
Package
Description
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 XmlAttributesModifier and TypeMethodDescriptionstatic XmlAttributes
XmlAttributes.attributes
(XmlAttribute... attributes) Creates a new
.XmlAttributes
Methods in org.fest.swing.junit.xml with parameters of type XmlAttributesModifier and TypeMethodDescriptionXmlNode.addNewNode
(String name, XmlAttributes attributes) Creates and adds a new XML node to this node.