getNextProperty macro

Use this macro to get the next Property the UserArea.

long getNextProperty(long property.node)

This table shows the argument:

Argument Description
Property Node The node of the previously retrieved property. Note that if the given node is not a property, the result is unpredictable; just the next right sibling of the given node will be returned.

Return value: the xml node of the next property in the UserArea or 0 if the given property node is already the last one.

Example: See the example given for getFirstProperty().