| Options for specifying position relative to the reference XML element or withing the XML element. |
Value
| Name | Description | Value |
XMLElementPosition.AFTER_ELEMENT | Specifies the position after the XML element. | 1482778228 =
'Xaft'
|
XMLElementPosition.BEFORE_ELEMENT | Specifies the position before the XML element. | 1482843494 =
'Xbef'
|
XMLElementPosition.ELEMENT_END | Specifies the position at the end of the XML element. | 1483042404 =
'Xend'
|
XMLElementPosition.ELEMENT_START | Specifies the position at the beginning of the XML element. | 1482844014 =
'Xbgn'
|
|
Usage
| In function
Text XMLElement.insertTextAsContent (using:
varies, position:
XMLElementPosition)
|