org.apache.axiom.om.impl.llom
Class OMNavigator

java.lang.Object
  extended by org.apache.axiom.om.impl.OMNavigator
      extended by org.apache.axiom.om.impl.llom.OMNavigator

public class OMNavigator
extends OMNavigator

Empty subclass of OMNavigator to keep compatibility with existing code.


Field Summary
 
Fields inherited from class org.apache.axiom.om.impl.OMNavigator
node
 
Constructor Summary
OMNavigator()
          Constructor OMNavigator.
OMNavigator(OMNode node)
          Constructor OMNavigator.
 
Method Summary
 
Methods inherited from class org.apache.axiom.om.impl.OMNavigator
getNext, init, isCompleted, isNavigable, next, setDataSourceIsLeaf, step, visited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMNavigator

public OMNavigator()
Constructor OMNavigator.


OMNavigator

public OMNavigator(OMNode node)
Constructor OMNavigator.

Parameters:
node -


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