TXmlNode() > Methods for nodes xHarbour Developers Network  

oTXmlNode:insertBefore()

Inserts an XML node before the current node.

Syntax

:insertBefore( <oTXmlNode> ) --> oPreviousNode

Arguments

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

Description

Method :insertBefore() inserts a TXMlNode object at the same nesting level into the XML tree. The inserted XML node appears immediately before the self object. The return value is the previous XML node.


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