|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.xpath.XPathMatcher.IntegerStack
A simple integer stack.
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 |
public XPathMatcher.IntegerStack()
Method Detail |
public void clear()
public void push(int value)
public int pop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |