dk.brics.xact.operations
Class XMLNavigator.NodeResult

java.lang.Object
  extended by dk.brics.xact.operations.XMLNavigator.Result
      extended by dk.brics.xact.operations.XMLNavigator.NodeResult
Enclosing class:
XMLNavigator

public static class XMLNavigator.NodeResult
extends XMLNavigator.Result

Single-node result.


Constructor Summary
XMLNavigator.NodeResult(XML root, Node node)
          Constructs a new result.
 
Method Summary
 Node getNode()
          Returns the selected node.
 
Methods inherited from class dk.brics.xact.operations.XMLNavigator.Result
getInitial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLNavigator.NodeResult

public XMLNavigator.NodeResult(XML root,
                               Node node)
Constructs a new result.

Method Detail

getNode

public Node getNode()
Returns the selected node.



Copyright © 2005-2011 Aarhus University.