com.jaxfront.core.xpath.schema
Class SchemaAttributeIterator

java.lang.Object
  extended by com.jaxfront.core.xpath.schema.SchemaAttributeIterator
All Implemented Interfaces:
java.util.Iterator

public class SchemaAttributeIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
SchemaAttributeIterator(SchemaNode contextType)
          Constructor.
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaAttributeIterator

public SchemaAttributeIterator(SchemaNode contextType)
Constructor.

Parameters:
contextNode - The starting node.
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
See Also:
Iterator.hasNext()

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
See Also:
Iterator.next()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator
See Also:
Iterator.remove()