Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4104166
XPathResult.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
XPathResult.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* XPathResult
*
* @see https://dom.spec.whatwg.org/#interface-xpathresult
*
* @property int $resultType
* @property float $numberValue
* @property string $stringValue
* @property bool $booleanValue
* @property Node|null $singleNodeValue
* @property bool $invalidIteratorState
* @property int $snapshotLength
* @phan-forbid-undeclared-magic-properties
*/
interface
XPathResult
{
/** @var int */
public
const
ANY_TYPE
=
0
;
/** @var int */
public
const
NUMBER_TYPE
=
1
;
/** @var int */
public
const
STRING_TYPE
=
2
;
/** @var int */
public
const
BOOLEAN_TYPE
=
3
;
/** @var int */
public
const
UNORDERED_NODE_ITERATOR_TYPE
=
4
;
/** @var int */
public
const
ORDERED_NODE_ITERATOR_TYPE
=
5
;
/** @var int */
public
const
UNORDERED_NODE_SNAPSHOT_TYPE
=
6
;
/** @var int */
public
const
ORDERED_NODE_SNAPSHOT_TYPE
=
7
;
/** @var int */
public
const
ANY_UNORDERED_NODE_TYPE
=
8
;
/** @var int */
public
const
FIRST_ORDERED_NODE_TYPE
=
9
;
/**
* @return int
*/
public
function
getResultType
():
int
;
/**
* @return float
*/
public
function
getNumberValue
():
float
;
/**
* @return string
*/
public
function
getStringValue
():
string
;
/**
* @return bool
*/
public
function
getBooleanValue
():
bool
;
/**
* @return Node|null
*/
public
function
getSingleNodeValue
();
/**
* @return bool
*/
public
function
getInvalidIteratorState
():
bool
;
/**
* @return int
*/
public
function
getSnapshotLength
():
int
;
/**
* @return Node|null
*/
public
function
iterateNext
();
/**
* @param int $index
* @return Node|null
*/
public
function
snapshotItem
(
int
$index
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 18:20 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
60/f9/491623d41c0cea34fa40dc4d18b0
Default Alt Text
XPathResult.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment