append_mapping_pair


Description:

public int append_mapping_pair (int mapping, int key, int value)

Add a pair of a key and a value to a MAPPING node.

Parameters:

mapping

The mapping node id.

key

The key node id.

value

The value node id.

document

A document object.

Returns:

1 if the function succeeded, 0 on error.