Uses of Class
org.fest.swing.junit.xml.XmlAttribute
Packages that use XmlAttribute
Package
Description
Wrappers for DOM classes that provide a more compact and intuitive API.
-
Uses of XmlAttribute in org.fest.swing.junit.xml
Fields in org.fest.swing.junit.xml with type parameters of type XmlAttributeMethods in org.fest.swing.junit.xml that return XmlAttributeModifier and TypeMethodDescriptionXmlAttribute.XmlAttributeBuilder.value
(double value) Creates a new
using the attribute name passed when this builder was created and the given value.XmlAttribute
XmlAttribute.XmlAttributeBuilder.value
(long value) Creates a new
using the attribute name passed when this builder was created and the given value.XmlAttribute
Creates a new
using the attribute name passed when this builder was created and the given value.XmlAttribute
Methods in org.fest.swing.junit.xml that return types with arguments of type XmlAttributeModifier and TypeMethodDescriptionXmlAttributes.iterator()
Returns an iterator containing all the
s in this collection.XmlAttribute
Methods in org.fest.swing.junit.xml with parameters of type XmlAttributeModifier and TypeMethodDescriptionvoid
XmlNode.addAttribute
(XmlAttribute a) Adds an attribute to this node.private static void
XmlNode.addAttribute
(Element e, XmlAttribute a) void
XmlNode.addAttributes
(XmlAttribute... attributes) Adds one or more attributes to this node.static XmlAttributes
XmlAttributes.attributes
(XmlAttribute... attributes) Creates a new
.XmlAttributes
Constructors in org.fest.swing.junit.xml with parameters of type XmlAttribute