Modifier and Type | Method and Description |
---|---|
Directive.Pointer |
Directive.exec(Node dom,
Directive.Pointer ptr,
Directive.Stack stack)
Execute it in the given document with current position at the given node.
|
Directive.Pointer |
Directive.Stack.pop()
Pop pointer (runtime exception if stack is empty).
|
Modifier and Type | Method and Description |
---|---|
Directive.Pointer |
Directive.exec(Node dom,
Directive.Pointer ptr,
Directive.Stack stack)
Execute it in the given document with current position at the given node.
|
void |
Directive.Stack.push(Directive.Pointer ptr)
Push pointer (runtime exception if stack is full).
|
Copyright © 2013–2015 Xembly. All rights reserved.