webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
XPathResult Interface Reference

import"XPathResult.idl";

Public Member Functions

Node iterateNext ()
 
Node snapshotItem (optional unsigned long index=0)
 

Public Attributes

const unsigned short ANY_TYPE = 0
 
const unsigned short NUMBER_TYPE = 1
 
const unsigned short STRING_TYPE = 2
 
const unsigned short BOOLEAN_TYPE = 3
 
const unsigned short UNORDERED_NODE_ITERATOR_TYPE = 4
 
const unsigned short ORDERED_NODE_ITERATOR_TYPE = 5
 
const unsigned short UNORDERED_NODE_SNAPSHOT_TYPE = 6
 
const unsigned short ORDERED_NODE_SNAPSHOT_TYPE = 7
 
const unsigned short ANY_UNORDERED_NODE_TYPE = 8
 
const unsigned short FIRST_ORDERED_NODE_TYPE = 9
 
readonly attribute unsigned short resultType
 
readonly attribute unrestricted double numberValue
 
readonly attribute DOMString stringValue
 
readonly attribute boolean booleanValue
 
readonly attribute Node singleNodeValue
 
readonly attribute boolean invalidIteratorState
 
readonly attribute unsigned long snapshotLength
 

Member Function Documentation

◆ iterateNext()

Node XPathResult::iterateNext ( )

◆ snapshotItem()

Node XPathResult::snapshotItem ( optional unsigned long  index = 0)

Member Data Documentation

◆ ANY_TYPE

const unsigned short XPathResult::ANY_TYPE = 0

◆ ANY_UNORDERED_NODE_TYPE

const unsigned short XPathResult::ANY_UNORDERED_NODE_TYPE = 8

◆ BOOLEAN_TYPE

const unsigned short XPathResult::BOOLEAN_TYPE = 3

◆ booleanValue

readonly attribute boolean XPathResult::booleanValue

◆ FIRST_ORDERED_NODE_TYPE

const unsigned short XPathResult::FIRST_ORDERED_NODE_TYPE = 9

◆ invalidIteratorState

readonly attribute boolean XPathResult::invalidIteratorState

◆ NUMBER_TYPE

const unsigned short XPathResult::NUMBER_TYPE = 1

◆ numberValue

readonly attribute unrestricted double XPathResult::numberValue

◆ ORDERED_NODE_ITERATOR_TYPE

const unsigned short XPathResult::ORDERED_NODE_ITERATOR_TYPE = 5

◆ ORDERED_NODE_SNAPSHOT_TYPE

const unsigned short XPathResult::ORDERED_NODE_SNAPSHOT_TYPE = 7

◆ resultType

readonly attribute unsigned short XPathResult::resultType

◆ singleNodeValue

readonly attribute Node XPathResult::singleNodeValue

◆ snapshotLength

readonly attribute unsigned long XPathResult::snapshotLength

◆ STRING_TYPE

const unsigned short XPathResult::STRING_TYPE = 2

◆ stringValue

readonly attribute DOMString XPathResult::stringValue

◆ UNORDERED_NODE_ITERATOR_TYPE

const unsigned short XPathResult::UNORDERED_NODE_ITERATOR_TYPE = 4

◆ UNORDERED_NODE_SNAPSHOT_TYPE

const unsigned short XPathResult::UNORDERED_NODE_SNAPSHOT_TYPE = 6

The documentation for this interface was generated from the following file: