public interface Directive
Use Directives to create a collection of them. You don't
need to use this interface directly and make instances of it. Everything
is done through Directives and Xembler.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Directive.Cursor
Cursor.
|
static interface |
Directive.Stack
Stack.
|
| Modifier and Type | Method and Description |
|---|---|
Directive.Cursor |
exec(Node dom,
Directive.Cursor cursor,
Directive.Stack stack)
Execute it in the given document with current position at the given node.
|
Directive.Cursor exec(Node dom, Directive.Cursor cursor, Directive.Stack stack) throws ImpossibleModificationException
dom - Documentcursor - Nodes we're currently atstack - Execution stackImpossibleModificationException - If can't do itCopyright © 2013–2018 Xembly. All rights reserved.