Options for specifying position relative to the reference XML element or withing the XML element.
Static Properties
Name | Description |
---|---|
AFTER_ELEMENT | Specifies the position after the XML element. |
BEFORE_ELEMENT | Specifies the position before the XML element. |
ELEMENT_END | Specifies the position at the end of the XML element. |
ELEMENT_START | Specifies the position at the beginning of the XML element. |