Documentation Center

canRemoveChild

Description

See if we can remove the given child from this node.

Syntax

XopusNode .canRemoveChild (childNode : XopusNode) : Integer

Arguments

childNode
XopusNode . The child to delete.

Return Value

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