- setBody
Instructs the engine to set a new body for the current element, in the form of
an IModel.
This is
- removeAttribute
- removeElement
- setAttribute
Instructs the engine to set an attribute (existing or not) in the current tag
being processed.
- replaceWith
- setLocalVariable
- insertBefore
- insertImmediatelyAfter
- replaceAttribute
Instructs the engine to replace an existing attribute for a new one (which can
also exist) in the c
- removeTags
- iterateElement
Instructs the engine to iterate the current element, applying a specific
iteration configuration.
- removeAllButFirstChild
Instructs the engine to remove all the children of the element being processed,
except the first on