Enumeration
XMLElementPosition
Options for specifying position relative to the reference XML element or withing the XML element.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1482778228 | readonly | Specifies the position after the XML element. | |
| Number = 1482843494 | readonly | Specifies the position before the XML element. | |
| Number = 1483042404 | readonly | Specifies the position at the end of the XML element. | |
| Number = 1482844014 | readonly | Specifies the position at the beginning of the XML element. |
Parameter of 1
Method parameters that accept an XMLElementPosition value.