org.apache.axiom.om.impl.common
Class OMChildElementIterator

java.lang.Object
  extended by org.apache.axiom.om.impl.traverse.OMFilterIterator
      extended by org.apache.axiom.om.impl.common.OMChildElementIterator
All Implemented Interfaces:
java.util.Iterator

public class OMChildElementIterator
extends OMFilterIterator


Constructor Summary
OMChildElementIterator(OMElement currentChild)
          Constructor OMChildrenIterator.
 
Method Summary
protected  boolean matches(OMNode node)
           
 
Methods inherited from class org.apache.axiom.om.impl.traverse.OMFilterIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMChildElementIterator

public OMChildElementIterator(OMElement currentChild)
Constructor OMChildrenIterator.

Parameters:
currentChild -
Method Detail

matches

protected boolean matches(OMNode node)
Specified by:
matches in class OMFilterIterator


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.