⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class.domnode.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
📖 第 1 页 / 共 2 页
字号:
     <dd>      <p class="para">The parent of this node</p>     </dd>    </dt>    <dt id="domnode.props.childnodes">     <span class="term"><var class="varname">childNodes</var></span>     <dd>      <p class="para">       A <a href="class.domnodelist.html" class="classname">DOMNodeList</a> that contains all       children of this node. If there are no children, this is an empty       <a href="class.domnodelist.html" class="classname">DOMNodeList</a>.      </p>     </dd>    </dt>    <dt id="domnode.props.firstchild">     <span class="term"><var class="varname">firstChild</var></span>     <dd>      <p class="para">       The first child of this node. If there is no such node, this       returns <b><tt>NULL</tt></b>.      </p>     </dd>    </dt>    <dt id="domnode.props.lastchild">     <span class="term"><var class="varname">lastChild</var></span>     <dd>      <p class="para">The last child of this node. If there is no such node, this returns <b><tt>NULL</tt></b>.</p>     </dd>    </dt>    <dt id="domnode.props.previoussibling">     <span class="term"><var class="varname">previousSibling</var></span>     <dd>      <p class="para">       The node immediately preceding this node. If there is no such       node, this returns <b><tt>NULL</tt></b>.      </p>     </dd>    </dt>    <dt id="domnode.props.nextsibling">     <span class="term"><var class="varname">nextSibling</var></span>     <dd>      <p class="para">       The node immediately following this node. If there is no such       node, this returns <b><tt>NULL</tt></b>.      </p>     </dd>    </dt>    <dt id="domnode.props.attributes">     <span class="term"><var class="varname">attributes</var></span>     <dd>      <p class="para">       A <a href="class.domnamednodemap.html" class="classname">DOMNamedNodeMap</a> containing the       attributes of this node (if it is a <a href="class.domelement.html" class="classname">DOMElement</a>)       or <b><tt>NULL</tt></b> otherwise.      </p>     </dd>    </dt>    <dt id="domnode.props.ownerdocument">     <span class="term"><var class="varname">ownerDocument</var></span>     <dd>      <p class="para">The <a href="class.domdocument.html" class="classname">DOMDocument</a> object associated with this node.</p>     </dd>    </dt>    <dt id="domnode.props.namespaceuri">     <span class="term"><var class="varname">namespaceURI</var></span>     <dd>      <p class="para">The namespace URI of this node, or <b><tt>NULL</tt></b> if it is unspecified.</p>     </dd>    </dt>    <dt id="domnode.props.prefix">     <span class="term"><var class="varname">prefix</var></span>     <dd>      <p class="para">The namespace prefix of this node, or <b><tt>NULL</tt></b> if it is unspecified.</p>     </dd>    </dt>    <dt id="domnode.props.localname">     <span class="term"><var class="varname">localName</var></span>     <dd>      <p class="para">Returns the local part of the qualified name of this node.</p>     </dd>    </dt>    <dt id="domnode.props.baseuri">     <span class="term"><var class="varname">baseURI</var></span>     <dd>      <p class="para">       The absolute base URI of this node or <b><tt>NULL</tt></b> if the implementation       wasn&#039;t able to obtain an absolute URI.      </p>     </dd>    </dt>    <dt id="domnode.props.textcontent">     <span class="term"><var class="varname">textContent</var></span>     <dd>      <p class="para">This attribute returns the text content of this node and its descendants.</p>     </dd>    </dt>   </dl>  </div>   <div class="section">   <h2 class="title">See Also</h2>   <p class="para">    <ul class="simplelist">     <li class="member"><a href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1950641247" class="link external">&raquo; W3C specification of Node</a></li>    </ul>   </p>  </div>  </div>   <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="domnode.appendchild.html">DOMNode::appendChild</a> 鈥

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -