Package | Description |
---|---|
org.fest.swing.junit.xml |
Wrappers for DOM classes that provide a more compact and intuitive API.
|
Modifier and Type | Method and Description |
---|---|
XmlAttribute |
XmlAttribute.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 |
XmlAttribute.XmlAttributeBuilder.value(String value)
Creates a new
using the attribute name passed when this builder was created and
the given value. |
Modifier and Type | Method and Description |
---|---|
Iterator<XmlAttribute> |
XmlAttributes.iterator()
Returns an iterator containing all the
s in this collection. |
Modifier and Type | Method and Description |
---|---|
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
. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.