WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMXPathResult

IID:75506f84-b504-11d5-a7f2-ca108ab8b6fc
Inherits From:nsISupports

Constants

PRUint16 ANY_TYPE = 0
PRUint16 NUMBER_TYPE = 1
PRUint16 STRING_TYPE = 2
PRUint16 BOOLEAN_TYPE = 3
PRUint16 UNORDERED_NODE_ITERATOR_TYPE = 4
PRUint16 ORDERED_NODE_ITERATOR_TYPE = 5
PRUint16 UNORDERED_NODE_SNAPSHOT_TYPE = 6
PRUint16 ORDERED_NODE_SNAPSHOT_TYPE = 7
PRUint16 ANY_UNORDERED_NODE_TYPE = 8
PRUint16 FIRST_ORDERED_NODE_TYPE = 9

Properties

readonly PRBool booleanValue

readonly PRBool invalidIteratorState

readonly double numberValue

readonly PRUint16 resultType

readonly nsIDOMNode singleNodeValue

readonly PRUint32 snapshotLength

readonly DOMString stringValue


Methods

nsIDOMNode iterateNext ( ) nsIDOMNode snapshotItem ( PRUint32 index )

nsIDOMNode iterateNext ( )


nsIDOMNode snapshotItem ( PRUint32 index )

Arguments:
index

Reference documentation is generated from Mozilla's source.