public class DomXmlAttributeIterable extends Object implements Iterable<SpinXmlAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected DomXmlDataFormat |
dataFormat |
protected String |
namespace |
protected NodeList |
nodeList |
protected boolean |
validating |
| Constructor and Description |
|---|
DomXmlAttributeIterable(NodeList nodeList,
DomXmlDataFormat dataFormat) |
DomXmlAttributeIterable(NodeList nodeList,
DomXmlDataFormat dataFormat,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SpinXmlAttribute> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected final NodeList nodeList
protected final DomXmlDataFormat dataFormat
protected final String namespace
protected final boolean validating
public DomXmlAttributeIterable(NodeList nodeList, DomXmlDataFormat dataFormat)
public DomXmlAttributeIterable(NodeList nodeList, DomXmlDataFormat dataFormat, String namespace)
public Iterator<SpinXmlAttribute> iterator()
iterator in interface Iterable<SpinXmlAttribute>Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.