Uses of Interface
org.xembly.Directive.Cursor
-
-
Uses of Directive.Cursor in org.xembly
Methods in org.xembly that return Directive.Cursor Modifier and Type Method Description Directive.Cursor
Directive. exec(Node dom, Directive.Cursor cursor, Directive.Stack stack)
Execute it in the given document with current position at the given node.Directive.Cursor
Directive.Stack. pop()
Pop cursor (runtime exception if stack is empty).Methods in org.xembly with parameters of type Directive.Cursor Modifier and Type Method Description Directive.Cursor
Directive. 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).
-