edu.wpi.cs.DSRG.xmldb.XMLRDBMSUpdate
Class NodeWithPosition

java.lang.Object
  |
  +--edu.wpi.cs.DSRG.xmldb.XMLRDBMSUpdate.NodeWithPosition

class NodeWithPosition
extends java.lang.Object

The structure that is used to store the combination of the node and its position.


Field Summary
 edu.wpi.cs.DSRG.xmldb.XMLRDBMSUpdate.Node node
           
 java.lang.String position
           
 
Constructor Summary
NodeWithPosition(edu.wpi.cs.DSRG.xmldb.XMLRDBMSUpdate.Node node, java.lang.String position)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

node

public edu.wpi.cs.DSRG.xmldb.XMLRDBMSUpdate.Node node

position

public java.lang.String position
Constructor Detail

NodeWithPosition

public NodeWithPosition(edu.wpi.cs.DSRG.xmldb.XMLRDBMSUpdate.Node node,
                        java.lang.String position)