Class FOMExtensionIterator
- java.lang.Object
-
- org.apache.axiom.om.impl.traverse.OMFilterIterator
-
- org.apache.abdera.parser.stax.util.FOMExtensionIterator
-
- All Implemented Interfaces:
Iterator
@Deprecated public class FOMExtensionIterator extends org.apache.axiom.om.impl.traverse.OMFilterIterator
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FOMExtensionIterator(org.apache.axiom.om.OMElement parent)Deprecated.Constructor OMChildrenQNameIterator.FOMExtensionIterator(org.apache.axiom.om.OMElement parent, String extns)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectnext()Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
FOMExtensionIterator
public FOMExtensionIterator(org.apache.axiom.om.OMElement parent)
Deprecated.Constructor OMChildrenQNameIterator.- Parameters:
parent-givenQName-
-
FOMExtensionIterator
public FOMExtensionIterator(org.apache.axiom.om.OMElement parent, String extns)Deprecated.
-
-