org.apache.commons.digester.xmlrules
Class DigesterRuleParser.PatternStack

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractList
          extended by java.util.ArrayList
              extended by org.apache.commons.collections.ArrayStack
                  extended by org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternStack
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, org.apache.commons.collections.Buffer
Enclosing class:
DigesterRuleParser

protected class DigesterRuleParser.PatternStack
extends org.apache.commons.collections.ArrayStack

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.AbstractList
modCount
 
Constructor Summary
protected DigesterRuleParser.PatternStack()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.commons.collections.ArrayStack
empty, get, peek, peek, pop, push, remove, search
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

DigesterRuleParser.PatternStack

protected DigesterRuleParser.PatternStack()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractCollection


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