Home > Contents > Index >
OBJECT.SETPARENT
Sets the parent of a node.
Syntax
<OBJECT.SETPARENT NAME="name of node" PARENT="name of parent node"/>Parameters
NAME (required)
- Name of the child node.
PARENT (required)
- Name of the parent node.
Description
This tag sets the parent node of a node object. Node objects are used with tree tables in the Sites system.
Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example sets
parent1
as the parent node for the node objectnode1
.<OBJECT.SETPARENT NAME="node1" PARENT="parent1"/>See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.