Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432803
NodeIterator.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
996 B
Referenced Files
None
Subscribers
None
NodeIterator.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* NodeIterator
*
* @see https://dom.spec.whatwg.org/#interface-nodeiterator
*
* @property Node $root
* @property Node $referenceNode
* @property bool $pointerBeforeReferenceNode
* @property int $whatToShow
* @property NodeFilter|callable|null $filter
* @phan-forbid-undeclared-magic-properties
*/
interface
NodeIterator
{
/**
* @return Node
*/
public
function
getRoot
();
/**
* @return Node
*/
public
function
getReferenceNode
();
/**
* @return bool
*/
public
function
getPointerBeforeReferenceNode
():
bool
;
/**
* @return int
*/
public
function
getWhatToShow
():
int
;
/**
* @return NodeFilter|callable|null
*/
public
function
getFilter
();
/**
* @return Node|null
*/
public
function
nextNode
();
/**
* @return Node|null
*/
public
function
previousNode
();
/**
* @return void
*/
public
function
detach
():
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:20 (1 d, 1 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
18/95/925bca0f62d9cb632444146593ef
Default Alt Text
NodeIterator.php (996 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment