|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamingAction
An action that can be performed in streaming mode; results from compiling a streamable template
Method Summary | |
---|---|
void |
explain(ExpressionPresenter presenter)
Explain the action |
void |
process(Stack<XPathContext> contextStack,
Stack state)
Perform the action |
Method Detail |
---|
void process(Stack<XPathContext> contextStack, Stack state) throws XPathException
contextStack
- stack of XPathContext objects. The method should use the one
at the top of the stack. It may also add a new context object to the top of the stack.state
- @throws XPathException
XPathException
void explain(ExpressionPresenter presenter)
presenter
- The ExpressionPresenter (destination for the explanation
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |