private class STAXEventWriter.AttributeIterator
extends java.lang.Object
implements java.util.Iterator<javax.xml.stream.events.Attribute>
Iteratorimplementation used to pass DOM4J Attributes to the stream.| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<Attribute> |
iter
The underlying DOm4J attribute iterator.
|
| Constructor and Description |
|---|
AttributeIterator(java.util.Iterator<Attribute> iter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
javax.xml.stream.events.Attribute |
next() |
void |
remove() |
private java.util.Iterator<Attribute> iter
public AttributeIterator(java.util.Iterator<Attribute> iter)
public boolean hasNext()
hasNext in interface java.util.Iterator<javax.xml.stream.events.Attribute>public javax.xml.stream.events.Attribute next()
next in interface java.util.Iterator<javax.xml.stream.events.Attribute>public void remove()
remove in interface java.util.Iterator<javax.xml.stream.events.Attribute>