Package org.fest.swing.junit.xml
Class XmlAttributes
java.lang.Object
org.fest.swing.junit.xml.XmlAttributes
- All Implemented Interfaces:
Iterable<XmlAttribute>
Understands a collection of attributes of a
XmlNode
. This class is intended for internal use
only. It only provides the necessary functionality needed by the FEST-Swing JUnit extension.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XmlAttributes
attributes
(XmlAttribute... attributes) Creates a new
.XmlAttributes
boolean
int
hashCode()
iterator()
Returns an iterator containing all the
s in this collection.XmlAttribute
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
attributes
-
-
Constructor Details
-
XmlAttributes
-
-
Method Details
-
attributes
Creates a new
.XmlAttributes
- Parameters:
attributes
- the actual attributes.- Returns:
- the created
XmlAttributes
.
-
iterator
Returns an iterator containing all the
s in this collection.XmlAttribute
- Specified by:
iterator
in interfaceIterable<XmlAttribute>
- Returns:
- an iterator containing all the
XmlAttribute
s in this collection.
-
equals
-
hashCode
public int hashCode() -
toString
-