@Immutable
public interface Directive
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
exec(Node dom,
Collection<Node> current)
Execute it in the given document with current position at the given node.
|
Collection<Node> exec(Node dom, Collection<Node> current) throws ImpossibleModificationException
dom
- Documentcurrent
- Nodes we're currently atImpossibleModificationException
- If can't do itCopyright © 2013–2014 Xembly. All rights reserved.