TXmlNode() > Methods for nodes xHarbour Developers Network  

oTXmlNode:insertBelow()

Inserts a new XML node below the current XML node.

Syntax

:insertBelow( <oTXmlNode> ) --> self

Arguments

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

Description

Method :insertBelow() adds a new XML node to the XML tree, one level below the current node.


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