Home
last modified time | relevance | path

Searched defs:qualifiedName (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php182 public function getAttribute(string $qualifiedName) {}
188 public function getAttributeNode(string $qualifiedName) {}
194 public function getElementsByTagName(string $qualifiedName) {}
200 public function hasAttribute(string $qualifiedName) {}
206 public function removeAttribute(string $qualifiedName) {}
215 public function setAttribute(string $qualifiedName, string $value) {}
227 public function setIdAttribute(string $qualifiedName, bool $isId) {}
230 public function setIdAttributeNS(string $namespace, string $qualifiedName, bool $isId) {}
261 public function createAttributeNS(?string $namespace, string $qualifiedName) {}
291 public function getElementsByTagName(string $qualifiedName) {}
[all …]
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php43 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null) …
46 public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null) {}
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php61 function xmlwriter_start_dtd(XMLWriter $writer, string $qualifiedName, ?string $publicId = null, ?s…
67 function xmlwriter_start_dtd_element(XMLWriter $writer, string $qualifiedName): bool {}
265 …public function startDtd(string $qualifiedName, ?string $publicId = null, ?string $systemId = null…
283 public function startDtdElement(string $qualifiedName) {}

Completed in 17 milliseconds