GoLang DOMXPath::__construct

request it (223)
GoLang replacement for PHP's DOMXPath::__construct [edit | history]



Do you know a GoLang replacement for PHP's DOMXPath::__construct? Write it!

PHP DOMXPath::__construct

PHP original manual for DOMXPath::__construct [ show | php.net ]

DOMXPath::__construct

(PHP 5, PHP 7)

DOMXPath::__construct Creates a new DOMXPath object

Description

public DOMXPath::__construct ( DOMDocument $doc )

Creates a new DOMXPath object.

Parameters

doc

The DOMDocument associated with the DOMXPath.