org.apache.xerces.impl.xpath
Class XPathMatcher.IntegerStack

java.lang.Object
  |
  +--org.apache.xerces.impl.xpath.XPathMatcher.IntegerStack
Enclosing class:
XPathMatcher

protected static final class XPathMatcher.IntegerStack
extends java.lang.Object

A simple integer stack.

Author:
Andy Clark, IBM

Constructor Summary
XPathMatcher.IntegerStack()
          Default constructor.
 
Method Summary
 void clear()
          Clears the stack.
 int pop()
          Pops an integer off of the stack.
 void push(int value)
          Pushes an integer onto the stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathMatcher.IntegerStack

public XPathMatcher.IntegerStack()
Default constructor.
Method Detail

clear

public void clear()
Clears the stack.

push

public void push(int value)
Pushes an integer onto the stack.

pop

public int pop()
Pops an integer off of the stack.


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.