Modifier and Type | Method and Description |
---|---|
Node |
Xembler.apply(Node dom)
Apply all changes to the document/node.
|
Document |
Xembler.dom()
Apply all changes to an empty DOM.
|
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).
|
void |
Directive.Stack.push(Directive.Pointer ptr)
Push pointer (runtime exception if stack is full).
|
String |
Xembler.xml()
Convert to XML document.
|
Copyright © 2013–2015 Xembly. All rights reserved.