ParentNodeExtensions
Useful methods for parent node objects.
Appends nodes to parent node.
Gets the descendent nodes including itself of the given parent.
Gets the descendent nodes including itself of the given parent.
Inserts nodes after the given child.
Inserts nodes before the given child.
Runs the mutation macro as defined in 5.2.2 Mutation methods
of http://www.w3.org/TR/domcore/.
Prepends nodes to the parent node.
Removes the child from its parent.
Replaces the given child with the nodes.