INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class ContentHandlerInfoStack

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.ContentHandlerInfoStack

public final class ContentHandlerInfoStack
extends Object

This class allow to define a stack which contains ContentHandlerInfo. The contentHandlerInfo are used to store the ContentHandler flow for the Connector element

See Also:
fr.fluxmedia.transmorpher.TProcessFactory.XSLTConnector, ;

Field Summary
(package private)  Stack iStack
          The stack
 
Constructor Summary
ContentHandlerInfoStack()
          Init the stack
 
Method Summary
 void add(ContentHandlerInfo p)
          Add an element in the stack
 ContentHandlerInfo get(int p)
          get an element in the stack
 ContentHandlerInfo peek()
          Look at the first element in the stack
 ContentHandlerInfo pop()
          Remove the first element in the stack
 int size()
          return the size of the stack
 String toString()
          Allow to print the stack
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

iStack

Stack iStack
The stack
Constructor Detail

ContentHandlerInfoStack

public ContentHandlerInfoStack()
Init the stack
Method Detail

add

public final void add(ContentHandlerInfo p)
Add an element in the stack

get

public final ContentHandlerInfo get(int p)
get an element in the stack

peek

public final ContentHandlerInfo peek()
Look at the first element in the stack

pop

public final ContentHandlerInfo pop()
Remove the first element in the stack

size

public final int size()
return the size of the stack

toString

public final String toString()
Allow to print the stack
Overrides:
toString in class Object

INRIA & FluxMedia

...