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
,
;
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
iStack
Stack iStack
- The stack
ContentHandlerInfoStack
public ContentHandlerInfoStack()
- Init the stack
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
..no bottom yet...