|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.swing.junit.xml.XmlAttributes
public class XmlAttributes
Understands a collection of attributes of a
. This class is intended for internal use
only. It only provides the necessary functionality needed by the FEST-Swing JUnit extension.
XmlNode
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |