Uses of Class
org.fest.swing.junit.xml.XmlAttribute
Packages that use XmlAttribute
Package
Description
Wrappers for DOM classes that provide a more compact and intuitive API.
-
Uses of XmlAttribute in org.fest.swing.junit.xml
Fields in org.fest.swing.junit.xml with type parameters of type XmlAttributeMethods in org.fest.swing.junit.xml that return XmlAttributeModifier and TypeMethodDescriptionXmlAttribute.XmlAttributeBuilder.value(double value) Creates a newusing the attribute name passed when this builder was created and the given value.XmlAttributeXmlAttribute.XmlAttributeBuilder.value(long value) Creates a newusing the attribute name passed when this builder was created and the given value.XmlAttributeCreates a newusing the attribute name passed when this builder was created and the given value.XmlAttributeMethods in org.fest.swing.junit.xml that return types with arguments of type XmlAttributeModifier and TypeMethodDescriptionXmlAttributes.iterator()Returns an iterator containing all thes in this collection.XmlAttributeMethods in org.fest.swing.junit.xml with parameters of type XmlAttributeModifier and TypeMethodDescriptionvoidXmlNode.addAttribute(XmlAttribute a) Adds an attribute to this node.private static voidXmlNode.addAttribute(Element e, XmlAttribute a) voidXmlNode.addAttributes(XmlAttribute... attributes) Adds one or more attributes to this node.static XmlAttributesXmlAttributes.attributes(XmlAttribute... attributes) Creates a new.XmlAttributesConstructors in org.fest.swing.junit.xml with parameters of type XmlAttribute