org.apache.commons.digester.xmlrules
Class DigesterRuleParser.PatternStack<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<E>
              extended by java.util.Stack<E>
                  extended by org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternStack<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess
Enclosing class:
DigesterRuleParser

protected class DigesterRuleParser.PatternStack<E>
extends Stack<E>

A stack whose toString method returns a '/'-separated concatenation of all the elements in the stack.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
protected DigesterRuleParser.PatternStack()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.util.Stack
empty, peek, pop, push, search
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

DigesterRuleParser.PatternStack

protected DigesterRuleParser.PatternStack()
Method Detail

toString

public String toString()
Overrides:
toString in class Vector<E>


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.