Home > Contents > Index >
OBJECT.SETOBJECT
Sets an object in a node.
Syntax
<OBJECT.SETOBJECT NAME="some node name" OBJECT="some object"/>Parameters
NAME (required)
- Name of the node in which the object is placed.
OBJECT (required)
- Name of the object.
Description
This tag sets the referenced object of a node object. Node objects are used with tree tables in the Sites system. The node object must implement the IAbstractNode interface and the referenced object must implement the IAbstractObject interface.
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 maps
node1
(residing in a tree) toobject1
from an object table.<OBJECT.SETOBJECT NAME="node1" OBJECT="object1"/>See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.