org.apache.axiom.om.impl.dom
Class DOMNavigator

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

public class DOMNavigator
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
DOMNavigator()
          Constructor OMNavigator.
DOMNavigator(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

DOMNavigator

public DOMNavigator()
Constructor OMNavigator.


DOMNavigator

public DOMNavigator(OMNode node)
Constructor OMNavigator.

Parameters:
node -


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