@Immutable public interface Directive
Modifier and Type | Interface and Description |
---|---|
static interface |
Directive.Pointer
Pointer.
|
static interface |
Directive.Stack
Stack.
|
Modifier and Type | Method and Description |
---|---|
Directive.Pointer |
exec(Node dom,
Directive.Pointer ptr,
Directive.Stack stack)
Execute it in the given document with current position at the given node.
|
Directive.Pointer exec(Node dom, Directive.Pointer ptr, Directive.Stack stack) throws ImpossibleModificationException
dom
- Documentptr
- Nodes we're currently atstack
- Execution stackImpossibleModificationException
- If can't do itCopyright © 2013–2015 Xembly. All rights reserved.