Mac OS X Reference Library Apple Developer
Search

XPathResult

Module:
xpath
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

iterateNext
snapshotItem

iterateNext



Node iterateNext() raises (DOMException); 

snapshotItem



Node snapshotItem(
    in unsigned long index) raises (DOMException); 

Member Data

ANY_TYPE
ANY_UNORDERED_NODE_TYPE
BOOLEAN_TYPE
booleanValue
FIRST_ORDERED_NODE_TYPE
invalidIteratorState
NUMBER_TYPE
numberValue
ORDERED_NODE_ITERATOR_TYPE
ORDERED_NODE_SNAPSHOT_TYPE
resultType
singleNodeValue
snapshotLength
STRING_TYPE
stringValue
UNORDERED_NODE_ITERATOR_TYPE
UNORDERED_NODE_SNAPSHOT_TYPE

ANY_TYPE



const unsigned short ANY_TYPE = 0; 

ANY_UNORDERED_NODE_TYPE



const unsigned short ANY_UNORDERED_NODE_TYPE = 8; 

BOOLEAN_TYPE



const unsigned short BOOLEAN_TYPE = 3; 

booleanValue



readonly attribute boolean booleanValue getter raises (DOMException); 

FIRST_ORDERED_NODE_TYPE



const unsigned short FIRST_ORDERED_NODE_TYPE = 9; 

invalidIteratorState



readonly attribute boolean invalidIteratorState; 

NUMBER_TYPE



const unsigned short NUMBER_TYPE = 1; 

numberValue



readonly attribute double numberValue getter raises (DOMException); 

ORDERED_NODE_ITERATOR_TYPE



const unsigned short ORDERED_NODE_ITERATOR_TYPE = 5; 

ORDERED_NODE_SNAPSHOT_TYPE



const unsigned short ORDERED_NODE_SNAPSHOT_TYPE = 7; 

resultType



readonly attribute unsigned short resultType; 

singleNodeValue



readonly attribute Node singleNodeValue getter raises (DOMException); 

snapshotLength



readonly attribute unsigned long snapshotLength getter raises (DOMException); 

STRING_TYPE



const unsigned short STRING_TYPE = 2; 

stringValue



readonly attribute DOMString stringValue getter raises (DOMException); 

UNORDERED_NODE_ITERATOR_TYPE



const unsigned short UNORDERED_NODE_ITERATOR_TYPE = 4; 

UNORDERED_NODE_SNAPSHOT_TYPE



const unsigned short UNORDERED_NODE_SNAPSHOT_TYPE = 6; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27