Package org.camunda.spin.impl.xml.dom
Class DomXmlAttributeMapIterable
java.lang.Object
org.camunda.spin.impl.xml.dom.DomXmlAttributeMapIterable
- All Implemented Interfaces:
Iterable<SpinXmlAttribute>
- Author:
- Sebastian Menski
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DomXmlDataFormat
protected final Element
protected final String
protected final boolean
-
Constructor Summary
ConstructorDescriptionDomXmlAttributeMapIterable
(Element domElement, DomXmlDataFormat dataFormat) DomXmlAttributeMapIterable
(Element domElement, DomXmlDataFormat dataFormat, String namespace) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
domElement
-
dataFormat
-
namespace
-
validating
protected final boolean validating
-
-
Constructor Details
-
DomXmlAttributeMapIterable
-
DomXmlAttributeMapIterable
public DomXmlAttributeMapIterable(Element domElement, DomXmlDataFormat dataFormat, String namespace)
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<SpinXmlAttribute>
-