IDLeDOM
DOM interfaces automatically generated from WebIDL
Loading...
Searching...
No Matches
Wikimedia\IDLeDOM\XPathResult Interface Reference

Public Member Functions

int getResultType ()
 
float getNumberValue ()
 
string getStringValue ()
 
bool getBooleanValue ()
 
Node null getSingleNodeValue ()
 
bool getInvalidIteratorState ()
 
int getSnapshotLength ()
 
Node null iterateNext ()
 
Node null snapshotItem (int $index)
 

Public Attributes

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

Member Function Documentation

◆ getBooleanValue()

bool Wikimedia\IDLeDOM\XPathResult::getBooleanValue ( )
Returns
bool

◆ getInvalidIteratorState()

bool Wikimedia\IDLeDOM\XPathResult::getInvalidIteratorState ( )
Returns
bool

◆ getNumberValue()

float Wikimedia\IDLeDOM\XPathResult::getNumberValue ( )
Returns
float

◆ getResultType()

int Wikimedia\IDLeDOM\XPathResult::getResultType ( )
Returns
int

◆ getSingleNodeValue()

Node null Wikimedia\IDLeDOM\XPathResult::getSingleNodeValue ( )
Returns
Node|null

◆ getSnapshotLength()

int Wikimedia\IDLeDOM\XPathResult::getSnapshotLength ( )
Returns
int

◆ getStringValue()

string Wikimedia\IDLeDOM\XPathResult::getStringValue ( )
Returns
string

◆ iterateNext()

Node null Wikimedia\IDLeDOM\XPathResult::iterateNext ( )
Returns
Node|null

◆ snapshotItem()

Node null Wikimedia\IDLeDOM\XPathResult::snapshotItem ( int $index)
Parameters
int$index
Returns
Node|null

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