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 AssertJ-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()
XmlAttributes in this collection.iterator in interface Iterable<XmlAttribute>XmlAttributes in this collection.Copyright © 2014-2015 AssertJ. All Rights Reserved.