THtmlNode() > Html Node methods xHarbour Developers Network  

oTHtmlNode:insertBefore()

Inserts an HTML node before the current node.

Syntax

:insertBefore( <oTHtmlNode> ) --> oTHtmlNode

Arguments

<oTHtmlNode>
This ia a THtmlNode object to insert into the HTML tree before the current HTML node.

Description

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


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