php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
createEntityReference (string $name) | |
validate () | |
xinclude (int $options=0) | |
saveXml (?Node $node=null, int $options=0) | |
saveXmlFile (string $filename, int $options=0) | |
![]() | |
getElementsByTagName (string $qualifiedName) | |
getElementsByTagNameNS (?string $namespace, string $localName) | |
createElement (string $localName) | |
createElementNS (?string $namespace, string $qualifiedName) | |
createDocumentFragment () | |
createTextNode (string $data) | |
createCDATASection (string $data) | |
createComment (string $data) | |
createProcessingInstruction (string $target, string $data) | |
importNode (?Node $node, bool $deep=false) | |
adoptNode (Node $node) | |
createAttribute (string $localName) | |
createAttributeNS (?string $namespace, string $qualifiedName) | |
getElementById (string $elementId) | |
registerNodeClass (string $baseClass, ?string $extendedClass) | |
schemaValidate (string $filename, int $flags=0) | |
schemaValidateSource (string $source, int $flags=0) | |
relaxNgValidate (string $filename) | |
relaxNgValidateSource (string $source) | |
append (Node|string ... $nodes) | |
prepend (Node|string ... $nodes) | |
replaceChildren (Node|string ... $nodes) | |
importLegacyNode (\DOMNode $node, bool $deep=false) | |
querySelector (string $selectors) | |
querySelectorAll (string $selectors) | |
![]() | |
getRootNode (array $options=[]) | |
hasChildNodes () | |
normalize () | |
cloneNode (bool $deep=false) | |
isEqualNode (?Node $otherNode) | |
isSameNode (?Node $otherNode) | |
compareDocumentPosition (Node $other) | |
contains (?Node $other) | |
lookupPrefix (?string $namespace) | |
lookupNamespaceURI (?string $prefix) | |
isDefaultNamespace (?string $namespace) | |
insertBefore (Node $node, ?Node $child) | |
appendChild (Node $node) | |
replaceChild (Node $node, Node $child) | |
removeChild (Node $child) | |
getLineNo () | |
getNodePath () | |
C14N (bool $exclusive=false, bool $withComments=false, ?array $xpath=null, ?array $nsPrefixes=null) | |
C14NFile (string $uri, bool $exclusive=false, bool $withComments=false, ?array $xpath=null, ?array $nsPrefixes=null) | |
__sleep () | |
__wakeup () | |
Static Public Member Functions | |
static | createEmpty (string $version="1.0", string $encoding="UTF-8") |
static | createFromFile (string $path, int $options=0, ?string $overrideEncoding=null) |
static | createFromString (string $source, int $options=0, ?string $overrideEncoding=null) |
Definition at line 2057 of file php_dom.stub.php.
|
static |
Definition at line 2059 of file php_dom.stub.php.
Dom\XMLDocument::createEntityReference | ( | string | $name | ) |
@implementation-alias DOMDocument\createEntityReference
Definition at line 2081 of file php_dom.stub.php.
|
static |
Definition at line 2061 of file php_dom.stub.php.
|
static |
Definition at line 2063 of file php_dom.stub.php.
Dom\XMLDocument::saveXml | ( | ?Node | $node = null, |
int | $options = 0 ) |
Definition at line 2088 of file php_dom.stub.php.
Dom\XMLDocument::saveXmlFile | ( | string | $filename, |
int | $options = 0 ) |
@implementation-alias DOMDocument\save
Definition at line 2091 of file php_dom.stub.php.
Dom\XMLDocument::validate | ( | ) |
@implementation-alias DOMDocument\validate
Definition at line 2084 of file php_dom.stub.php.
Dom\XMLDocument::xinclude | ( | int | $options = 0 | ) |
Definition at line 2086 of file php_dom.stub.php.
bool Dom\XMLDocument::$formatOutput |
@virtual
Definition at line 2078 of file php_dom.stub.php.
string Dom\XMLDocument::$xmlEncoding |
@readonly @virtual
Definition at line 2069 of file php_dom.stub.php.
bool Dom\XMLDocument::$xmlStandalone |
@virtual
Definition at line 2072 of file php_dom.stub.php.
string Dom\XMLDocument::$xmlVersion |
@virtual
Definition at line 2075 of file php_dom.stub.php.