AdjacentPosition
Enumeration with possible values for the adjacent position insertion.
AfterBegin = 1
Just inside the element, before its first child.
AfterEnd = 3
After the element itself.
BeforeBegin = 0
Before the element itself.
BeforeEnd = 2
Just inside the element, after its last child.