Uses of Interface
org.xembly.Directive.Cursor
-
Uses of Directive.Cursor in org.xembly
Modifier and TypeMethodDescriptionDirective.exec
(Node dom, Directive.Cursor cursor, Directive.Stack stack) Execute it in the given document with current position at the given node.Directive.Stack.pop()
Pop cursor (runtime exception if stack is empty).Modifier and TypeMethodDescriptionDirective.exec
(Node dom, Directive.Cursor cursor, Directive.Stack stack) Execute it in the given document with current position at the given node.void
Directive.Stack.push
(Directive.Cursor cursor) Push cursor (runtime exception if stack is full).