Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

OBJECT.SETOBJECT

Sets an object in a node.

Syntax

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 into
memory).

Example

The following example maps node1 (residing in a tree) to object1 from an object table.

See Also

OBJECT.ROOT
OBJECT.SETPARENT

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.