\ManaPHP\Html\DomQuery

Summary

Methods
Properties
Constants
__construct()
xpath()
css()
No public properties found
No constants found
No protected methods found
$_dom
$_xpath
$_cssToXPath
N/A
No private methods found
No private properties found
N/A

Properties

$_dom

$_dom : \DOMDocument

Type

\DOMDocument

$_xpath

$_xpath : \DOMXPath

Type

\DOMXPath

Methods

__construct()

__construct(\DOMDocument  $domDocument) 

Parameters

\DOMDocument $domDocument

xpath()

xpath(string|array  $expression, \DOMNode  $context = null) : \DOMNodeList

Parameters

string|array $expression
\DOMNode $context

Returns

\DOMNodeList

css()

css(string|array  $css, \DOMNode  $context = null) : \DOMNodeList

Parameters

string|array $css
\DOMNode $context

Returns

\DOMNodeList