TXmlNode() > Methods for nodes xHarbour Developers Network  

oTXmlNode:addBelow()

Adds a new XML node below the current XML node.

Syntax

:addBelow( <oTXmlNode> ) --> oChildNode

Arguments

<oTXmlNode>
This ia a TXmlNode object to add to the XML tree below the current XML node.

Description

Method :addBelow() adds a new XML node to the XML tree, one level below the current node. The return value is the child node of the self object.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe