protected class SimpleElement.ElementIterator extends Object implements Iterator
| Modifier and Type | Field and Description | 
|---|---|
protected static int | 
FOUND  | 
protected XmlElement | 
m_element  | 
protected Iterator | 
m_iterator  | 
protected int | 
m_nState  | 
protected String | 
m_sName  | 
protected static int | 
REMOVED  | 
protected static int | 
RETURNED  | 
| Constructor and Description | 
|---|
ElementIterator(String sName)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()  | 
Object | 
next()  | 
void | 
remove()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected String m_sName
protected Iterator m_iterator
protected XmlElement m_element
protected int m_nState
protected static final int FOUND
protected static final int RETURNED
protected static final int REMOVED
public ElementIterator(String sName)