bitreeiteratorstackitem.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 50 行
XML
50 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeIteratorStackItem" extends="BiObject"> <description>This class is used internally by<link class="BiTreeIterator">BiTreeIterator</link> to keep track of the path stack</description> <arguments> <argument name="oParent"> <description>the parent sub tree</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </argument> <argument name="nChildIndex"> <description>index of the child that we start at</description> <type>Number</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="node" get="true"> <description>returns the row for the current position</description> <type>Row</type> </property> <property name="subtree" get="true"> <description>The subtree on the stack</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </property> <property name="parent" get="true"> <description>the parent of the current item</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </property> <property name="childIndex" get="true"> <description>the child index we are currently at</description> <type>Number</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?