jlibs.xml.dom
Class DOMNavigator

java.lang.Object
  extended by jlibs.core.graph.Ladder<E>
      extended by jlibs.core.graph.Navigator2<Node>
          extended by jlibs.xml.dom.DOMNavigator
All Implemented Interfaces:
Navigator<Node>

public class DOMNavigator
extends Navigator2<Node>

Author:
Santhosh Kumar T

Constructor Summary
DOMNavigator()
           
 
Method Summary
 Sequence<? extends Node> children(Node node)
           
 String getXPath(Node node, NamespaceContext nsContext)
           
 Node parent(Node node)
           
 
Methods inherited from class jlibs.core.graph.Navigator2
getRelativePath, resolve
 
Methods inherited from class jlibs.core.graph.Ladder
getAncestor, getHeight, getHeight, getParent, getPath, getRelativePath, getRoot, getSharedAncestor, isAncestor, isRelated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMNavigator

public DOMNavigator()
Method Detail

parent

public Node parent(Node node)
Specified by:
parent in class Ladder<Node>

children

public Sequence<? extends Node> children(Node node)

getXPath

public String getXPath(Node node,
                       NamespaceContext nsContext)


Copyright © 2015. All rights reserved.