php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Dom Namespace Reference

Data Structures

class  Attr
 
class  CDATASection
 
class  CharacterData
 
interface  ChildNode
 
class  Comment
 
class  Document
 
class  DocumentFragment
 
class  DocumentType
 
class  DtdNamedNodeMap
 
class  Element
 
class  Entity
 
class  EntityReference
 
class  HTMLCollection
 
class  HTMLDocument
 
class  HTMLElement
 
class  Implementation
 
class  NamedNodeMap
 
class  NamespaceInfo
 
class  Node
 
class  NodeList
 
class  Notation
 
interface  ParentNode
 
class  ProcessingInstruction
 
class  Text
 
class  TokenList
 
class  XMLDocument
 
class  XPath
 

Enumerations

enum  AdjacentPosition : string { AfterEnd = "afterend" }
 

Functions

 import_simplexml (object $node)
 

Variables

const INDEX_SIZE_ERR = UNKNOWN
 
const STRING_SIZE_ERR = UNKNOWN
 
const HIERARCHY_REQUEST_ERR = UNKNOWN
 
const WRONG_DOCUMENT_ERR = UNKNOWN
 
const INVALID_CHARACTER_ERR = UNKNOWN
 
const NO_DATA_ALLOWED_ERR = UNKNOWN
 
const NO_MODIFICATION_ALLOWED_ERR = UNKNOWN
 
const NOT_FOUND_ERR = UNKNOWN
 
const NOT_SUPPORTED_ERR = UNKNOWN
 
const INUSE_ATTRIBUTE_ERR = UNKNOWN
 
const INVALID_STATE_ERR = UNKNOWN
 
const SYNTAX_ERR = UNKNOWN
 
const INVALID_MODIFICATION_ERR = UNKNOWN
 
const NAMESPACE_ERR = UNKNOWN
 
const VALIDATION_ERR = UNKNOWN
 
const HTML_NO_DEFAULT_NS = UNKNOWN
 

Enumeration Type Documentation

◆ AdjacentPosition

enum Dom::AdjacentPosition : string
Enumerator
AfterEnd 

Definition at line 1555 of file php_dom.stub.php.

Function Documentation

◆ import_simplexml()

Dom\import_simplexml ( object $node)

Definition at line 2170 of file php_dom.stub.php.

Variable Documentation

◆ HIERARCHY_REQUEST_ERR

const Dom\HIERARCHY_REQUEST_ERR = UNKNOWN

Definition at line 1255 of file php_dom.stub.php.

◆ HTML_NO_DEFAULT_NS

const Dom\HTML_NO_DEFAULT_NS = UNKNOWN

Definition at line 1321 of file php_dom.stub.php.

◆ INDEX_SIZE_ERR

const Dom\INDEX_SIZE_ERR = UNKNOWN

Definition at line 1245 of file php_dom.stub.php.

◆ INUSE_ATTRIBUTE_ERR

const Dom\INUSE_ATTRIBUTE_ERR = UNKNOWN

Definition at line 1290 of file php_dom.stub.php.

◆ INVALID_CHARACTER_ERR

const Dom\INVALID_CHARACTER_ERR = UNKNOWN

Definition at line 1265 of file php_dom.stub.php.

◆ INVALID_MODIFICATION_ERR

const Dom\INVALID_MODIFICATION_ERR = UNKNOWN

Definition at line 1305 of file php_dom.stub.php.

◆ INVALID_STATE_ERR

const Dom\INVALID_STATE_ERR = UNKNOWN

Definition at line 1295 of file php_dom.stub.php.

◆ NAMESPACE_ERR

const Dom\NAMESPACE_ERR = UNKNOWN

Definition at line 1310 of file php_dom.stub.php.

◆ NO_DATA_ALLOWED_ERR

const Dom\NO_DATA_ALLOWED_ERR = UNKNOWN

Definition at line 1270 of file php_dom.stub.php.

◆ NO_MODIFICATION_ALLOWED_ERR

const Dom\NO_MODIFICATION_ALLOWED_ERR = UNKNOWN

Definition at line 1275 of file php_dom.stub.php.

◆ NOT_FOUND_ERR

const Dom\NOT_FOUND_ERR = UNKNOWN

Definition at line 1280 of file php_dom.stub.php.

◆ NOT_SUPPORTED_ERR

const Dom\NOT_SUPPORTED_ERR = UNKNOWN

Definition at line 1285 of file php_dom.stub.php.

◆ STRING_SIZE_ERR

const Dom\STRING_SIZE_ERR = UNKNOWN

Definition at line 1250 of file php_dom.stub.php.

◆ SYNTAX_ERR

const Dom\SYNTAX_ERR = UNKNOWN

Definition at line 1300 of file php_dom.stub.php.

◆ VALIDATION_ERR

const Dom\VALIDATION_ERR = UNKNOWN

Definition at line 1315 of file php_dom.stub.php.

◆ WRONG_DOCUMENT_ERR

const Dom\WRONG_DOCUMENT_ERR = UNKNOWN

Definition at line 1260 of file php_dom.stub.php.