public class XmlAttributes extends Object implements Iterable<XmlAttribute>
XmlNode
. This class is intended for internal use
only. It only provides the necessary functionality needed by the FEST-Swing JUnit extension.Modifier and Type | Method and Description |
---|---|
static XmlAttributes |
attributes(XmlAttribute... attributes)
Creates a new
. |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<XmlAttribute> |
iterator()
Returns an iterator containing all the
s in this collection. |
String |
toString() |
public static XmlAttributes attributes(XmlAttribute... attributes)
XmlAttributes
.attributes
- the actual attributes.XmlAttributes
.public Iterator<XmlAttribute> iterator()
XmlAttribute
s in this collection.iterator
in interface Iterable<XmlAttribute>
XmlAttribute
s in this collection.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.