TXmlNode() > Methods for nodes xHarbour Developers Network  

oTXmlNode:insertAfter()

Inserts an XML node after the current node.

Syntax

:insertAfter( <oTXmlNode> ) --> oParentNode

Arguments

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

Description

Method :insertAfter() inserts a TXMlNode object at the same nesting level into the XML tree. The inserted XML node appears immediately after the self object.


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