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 XmlAttributesattributes(XmlAttribute... attributes) Creates a new.XmlAttributesbooleaninthashCode()iterator()Returns an iterator containing all thes in this collection.XmlAttributetoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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 thes in this collection.XmlAttribute- Specified by:
iteratorin interfaceIterable<XmlAttribute>- Returns:
- an iterator containing all the
XmlAttributes in this collection.
-
equals
-
hashCode
public int hashCode() -
toString
-