Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 324445 of XPathResult

  • Revision slug: XPathResult
  • Revision title: XPathResult
  • Revision id: 324445
  • Created:
  • Creator: trevorh
  • Is current revision? No
  • Comment Update links
Tags: 

Revision Content

Revision Source

<p>Refer to {{ Interface("nsIDOMXPathResult") }} for more detail.</p>
<h2 id="Properties" name="Properties">Properties</h2>
<dl>
  <dt>
    <a href="/en-US/docs/BooleanValue" title="en/BooleanValue">booleanValue</a></dt>
  <dd>
    readonly boolean</dd>
</dl>
<dl>
  <dt>
    <a href="/en-US/docs/InvalidInteratorState" title="en/InvalidInteratorState">invalidIteratorState</a></dt>
  <dd>
    readonly boolean</dd>
</dl>
<dl>
  <dt>
    <a href="/en-US/docs/NumberValue" title="en/NumberValue">numberValue</a></dt>
  <dd>
    readonly float</dd>
</dl>
<dl>
  <dt>
    <a href="/en-US/docs/ResultType" title="en/ResultType">resultType</a></dt>
  <dd>
    readonly integer (short)</dd>
</dl>
<dl>
  <dt>
    <a href="/en-US/docs/SingleNodeValue" title="en/SingleNodeValue">singleNodeValue</a></dt>
  <dd>
    readonly Node</dd>
</dl>
<dl>
  <dt>
    <a href="/en-US/docs/SnapshotLength" title="en/SnapshotLength">snapshotLength</a></dt>
  <dd>
    readonly Integer</dd>
</dl>
<dl>
  <dt>
    <a href="/en-US/docs/StringValue" title="en/StringValue">stringValue</a></dt>
  <dd>
    readonly String</dd>
</dl>
<h2 id="Methods" name="Methods">Methods</h2>
<h3 id="iterateNext()" name="iterateNext()"><a href="/en-US/docs/IterateNext()" title="en/IterateNext()">iterateNext()</a></h3>
<h3 id="snapshotItem()" name="snapshotItem()"><a href="/en-US/docs/SnapshotItem()" title="en/SnapshotItem()">snapshotItem()</a></h3>
<h2 id="Constants" name="Constants">Constants</h2>
<p>{{ XPathResultConstants() }}</p>
<h3 id="See_also" name="See_also">See also</h3>
<ul>
  <li><a href="/en-US/docs/DOM/document.evaluate" title="en/DOM/document.evaluate">document.evaluate()</a></li>
</ul>
Revert to this revision