Methods
appendInto()
Appends this part into a container.
This part must be empty, as its contents are not automatically moved.
appendIntoPart()
Appends this part into a parent part.
This part must be empty, as its contents are not automatically moved.
insertAfterNode()
Inserts this part after the `ref` node (between `ref` and `ref`'s next
sibling). Both `ref` and its next sibling must be static, unchanging nodes
such as those that appear in a literal section of a template.
This part must be empty, as its contents are not automatically moved.
insertAfterPart()
Inserts this part after the `ref` part.
This part must be empty, as its contents are not automatically moved.