cdqa.util
Class NodeStack

java.lang.Object
  extended by cdqa.util.NodeStack

public final class NodeStack
extends java.lang.Object


Field Summary
(package private)  org.w3c.dom.Node[][] array
           
(package private)  int current
           
(package private)  org.w3c.dom.Node[] currentArray
           
(package private) static short DEFAULT_DELTA
           
(package private)  int delta
           
 
Constructor Summary
NodeStack()
           
NodeStack(int delta)
           
 
Method Summary
 org.w3c.dom.Node at(int i)
           
 boolean isEmpty()
           
 org.w3c.dom.Node pop()
           
 void push(org.w3c.dom.Node o)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DELTA

static short DEFAULT_DELTA

array

org.w3c.dom.Node[][] array

currentArray

org.w3c.dom.Node[] currentArray

delta

int delta

current

int current
Constructor Detail

NodeStack

public NodeStack(int delta)

NodeStack

public NodeStack()
Method Detail

push

public void push(org.w3c.dom.Node o)

pop

public org.w3c.dom.Node pop()

isEmpty

public boolean isEmpty()

size

public int size()

at

public org.w3c.dom.Node at(int i)