Package org.camunda.spin.impl.xml.dom
Class DomXmlAttributeIterable
java.lang.Object
org.camunda.spin.impl.xml.dom.DomXmlAttributeIterable
- All Implemented Interfaces:
Iterable<SpinXmlAttribute>
- Author:
- Sebastian Menski
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DomXmlDataFormat
protected final String
protected final NodeList
protected final boolean
-
Constructor Summary
ConstructorDescriptionDomXmlAttributeIterable
(NodeList nodeList, DomXmlDataFormat dataFormat) DomXmlAttributeIterable
(NodeList nodeList, 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
-
nodeList
-
dataFormat
-
namespace
-
validating
protected final boolean validating
-
-
Constructor Details
-
DomXmlAttributeIterable
-
DomXmlAttributeIterable
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<SpinXmlAttribute>
-