Documentation Center

canAppendChild

Description

See if we can append the given child to this node. It assumes that the given childNode is an orphan.

Syntax

XopusNode .canAppendChild (childNode : XopusNode) : Integer

Arguments

childNode
XopusNode . The child node to be appended.

Return Value

Integer. Uses values from the W3C DOM specification (true = 5, false = 6).