BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.util
Class IntStack

java.lang.Object
  extended byweblogic.apache.xerces.util.IntStack

Deprecated. please use JDK supplied XML parsers and transformers

public final class IntStack
extends Object

A simple integer based stack. moved to weblogic.apache.xerces.util by neilg to support the XPathMatcher.


Constructor Summary
IntStack()
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated. Clears the stack.
 int peek()
          Deprecated. Peeks at the top of the stack.
 int pop()
          Deprecated. Pops a value off of the stack.
 void print()
          Deprecated. Prints the stack.
 void push(int value)
          Deprecated. Pushes a value onto the stack.
 int size()
          Deprecated. Returns the size of the stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntStack

public IntStack()
Deprecated. 
Method Detail

clear

public void clear()
Deprecated. 
Clears the stack.


peek

public int peek()
Deprecated. 
Peeks at the top of the stack.


pop

public int pop()
Deprecated. 
Pops a value off of the stack.


print

public void print()
Deprecated. 
Prints the stack.


push

public void push(int value)
Deprecated. 
Pushes a value onto the stack.


size

public int size()
Deprecated. 
Returns the size of the stack.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.