pandorafms/pandora_console/include/styles/cb/lib/xwalktree.xml

50 lines
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<xlib_symbol id='xWalkTree'>
<copyright>Copyright 2001-2005 Michael Foster (Cross-Browser.com)</copyright>
<license>Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL</license>
<groups>
<grp>DOM</grp>
</groups>
<type>Function</type>
<description><![CDATA[Perform a preorder traversal on the subtree starting at oNode and pass each Element node to fnVisit.]]></description>
<syntax>xWalkTree(oNode, fnVisit)</syntax>
<parameters>
<par>
<name>oNode</name>
<note><![CDATA[]]></note>
</par>
<par>
<name>fnVisit</name>
<note><![CDATA[]]></note>
</par>
</parameters>
<demos>
<demo>
<url>http://cross-browser.com/x/examples/walktree.html</url>
<note><![CDATA[walk a tree]]></note>
</demo>
</demos>
<revisions>
<rev>
<num>2</num>
<date>10Jan05</date>
<author>mf</author>
<note><![CDATA[Rewrote xWalkTree and implemented xWalkEleTree]]></note>
</rev>
<rev>
<num>1</num>
<date>31Mar04</date>
<author>mf</author>
<note><![CDATA[put in it's own file for use with XC]]></note>
</rev>
</revisions>
</xlib_symbol>