Modifier and Type | Field and Description |
---|---|
protected int | |
protected XMLAttributesImpl. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public XMLAttributesImpl. | |
public void | remove()
Overrides default java. Removes from the underlying collection the last element returned by this iterator (optional operation). |
public void | removeAllAttributes()
Overrides com. Implements com. Removes all of the attributes. |
fCurrent | back to summary |
---|---|
protected int fCurrent |
fLastReturnedItem | back to summary |
---|---|
protected XMLAttributesImpl. |
XMLAttributesIteratorImpl | back to summary |
---|---|
public XMLAttributesIteratorImpl() Creates a new instance of XMLAttributesIteratorImpl |
hasNext | back to summary |
---|---|
public boolean hasNext() Implements java. Doc from java. Returns
|
next | back to summary |
---|---|
public XMLAttributesImpl. Implements java. Doc from java. Returns the next element in the iteration.
|
remove | back to summary |
---|---|
public void remove() Overrides default java. Doc from java. Removes from the underlying collection the last element returned
by this iterator (optional operation). This method can be called
only once per call to The behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this method, unless an overriding class has specified a concurrent modification policy.
The behavior of an iterator is unspecified if this method is called
after a call to the |
removeAllAttributes | back to summary |
---|---|
public void removeAllAttributes() Overrides com. Implements com. Doc from com. Removes all of the attributes. This method will also remove all entities associated to the attributes. |