Package com.tangosol.run.xml
Class SimpleElement.ElementIterator
java.lang.Object
com.tangosol.run.xml.SimpleElement.ElementIterator
- All Implemented Interfaces:
 Iterator
- Enclosing class:
 SimpleElement
Provides an Iterator implementation that exposes only those Elements
 from the Element list that match a certain name.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intprotected XmlElementprotected Iteratorprotected intprotected Stringprotected static final intprotected static final int - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining 
- 
Field Details
- 
m_sName
 - 
m_iterator
 - 
m_element
 - 
m_nState
protected int m_nState - 
FOUND
protected static final int FOUND- See Also:
 
 - 
RETURNED
protected static final int RETURNED- See Also:
 
 - 
REMOVED
protected static final int REMOVED- See Also:
 
 
 - 
 - 
Constructor Details
- 
ElementIterator
 
 - 
 - 
Method Details