php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_dom.stub.php File Reference

Go to the source code of this file.

Data Structures

class  DOMDocumentType
 
class  DOMCdataSection
 
class  DOMComment
 
interface  DOMParentNode
 
interface  DOMChildNode
 
class  DOMNode
 
class  DOMNameSpaceNode
 
class  DOMImplementation
 
class  DOMDocumentFragment
 
class  DOMNodeList
 
class  DOMCharacterData
 
class  DOMAttr
 
class  DOMElement
 
class  DOMDocument
 
class  DOMException
 
class  DOMText
 
class  DOMNamedNodeMap
 
class  DOMEntity
 
class  DOMEntityReference
 
class  DOMNotation
 
class  DOMProcessingInstruction
 
class  DOMXPath
 
interface  Dom\ParentNode
 
interface  Dom\ChildNode
 
class  Dom\Implementation
 
class  Dom\Node
 
class  Dom\NodeList
 
class  Dom\NamedNodeMap
 
class  Dom\DtdNamedNodeMap
 
class  Dom\HTMLCollection
 
class  Dom\Element
 
class  Dom\HTMLElement
 
class  Dom\Attr
 
class  Dom\CharacterData
 
class  Dom\Text
 
class  Dom\CDATASection
 
class  Dom\ProcessingInstruction
 
class  Dom\Comment
 
class  Dom\DocumentType
 
class  Dom\DocumentFragment
 
class  Dom\Entity
 
class  Dom\EntityReference
 
class  Dom\Notation
 
class  Dom\Document
 
class  Dom\HTMLDocument
 
class  Dom\XMLDocument
 
class  Dom\TokenList
 
class  Dom\NamespaceInfo
 
class  Dom\XPath
 

Namespaces

namespace  Dom
 

Enumerations

enum  Dom::AdjacentPosition : string { Dom::AfterEnd = "afterend" }
 

Functions

 dom_import_simplexml (object $node)
 
 Dom::import_simplexml (object $node)
 

Variables

const XML_ELEMENT_NODE = UNKNOWN
 
const XML_ATTRIBUTE_NODE = UNKNOWN
 
const XML_TEXT_NODE = UNKNOWN
 
const XML_CDATA_SECTION_NODE = UNKNOWN
 
const XML_ENTITY_REF_NODE = UNKNOWN
 
const XML_ENTITY_NODE = UNKNOWN
 
const XML_PI_NODE = UNKNOWN
 
const XML_COMMENT_NODE = UNKNOWN
 
const XML_DOCUMENT_NODE = UNKNOWN
 
const XML_DOCUMENT_TYPE_NODE = UNKNOWN
 
const XML_DOCUMENT_FRAG_NODE = UNKNOWN
 
const XML_NOTATION_NODE = UNKNOWN
 
const XML_HTML_DOCUMENT_NODE = UNKNOWN
 
const XML_DTD_NODE = UNKNOWN
 
const XML_ELEMENT_DECL_NODE = UNKNOWN
 
const XML_ATTRIBUTE_DECL_NODE = UNKNOWN
 
const XML_ENTITY_DECL_NODE = UNKNOWN
 
const XML_NAMESPACE_DECL_NODE = UNKNOWN
 
const XML_LOCAL_NAMESPACE = UNKNOWN
 
const XML_ATTRIBUTE_CDATA = UNKNOWN
 
const XML_ATTRIBUTE_ID = UNKNOWN
 
const XML_ATTRIBUTE_IDREF = UNKNOWN
 
const XML_ATTRIBUTE_IDREFS = UNKNOWN
 
const XML_ATTRIBUTE_ENTITY = UNKNOWN
 
const XML_ATTRIBUTE_NMTOKEN = UNKNOWN
 
const XML_ATTRIBUTE_NMTOKENS = UNKNOWN
 
const XML_ATTRIBUTE_ENUMERATION = UNKNOWN
 
const XML_ATTRIBUTE_NOTATION = UNKNOWN
 
const DOM_PHP_ERR = UNKNOWN
 
const DOM_INDEX_SIZE_ERR = UNKNOWN
 
const DOMSTRING_SIZE_ERR = UNKNOWN
 
const DOM_HIERARCHY_REQUEST_ERR = UNKNOWN
 
const DOM_WRONG_DOCUMENT_ERR = UNKNOWN
 
const DOM_INVALID_CHARACTER_ERR = UNKNOWN
 
const DOM_NO_DATA_ALLOWED_ERR = UNKNOWN
 
const DOM_NO_MODIFICATION_ALLOWED_ERR = UNKNOWN
 
const DOM_NOT_FOUND_ERR = UNKNOWN
 
const DOM_NOT_SUPPORTED_ERR = UNKNOWN
 
const DOM_INUSE_ATTRIBUTE_ERR = UNKNOWN
 
const DOM_INVALID_STATE_ERR = UNKNOWN
 
const DOM_SYNTAX_ERR = UNKNOWN
 
const DOM_INVALID_MODIFICATION_ERR = UNKNOWN
 
const DOM_NAMESPACE_ERR = UNKNOWN
 
const DOM_INVALID_ACCESS_ERR = UNKNOWN
 
const DOM_VALIDATION_ERR = UNKNOWN
 
const Dom::INDEX_SIZE_ERR = UNKNOWN
 
const Dom::STRING_SIZE_ERR = UNKNOWN
 
const Dom::HIERARCHY_REQUEST_ERR = UNKNOWN
 
const Dom::WRONG_DOCUMENT_ERR = UNKNOWN
 
const Dom::INVALID_CHARACTER_ERR = UNKNOWN
 
const Dom::NO_DATA_ALLOWED_ERR = UNKNOWN
 
const Dom::NO_MODIFICATION_ALLOWED_ERR = UNKNOWN
 
const Dom::NOT_FOUND_ERR = UNKNOWN
 
const Dom::NOT_SUPPORTED_ERR = UNKNOWN
 
const Dom::INUSE_ATTRIBUTE_ERR = UNKNOWN
 
const Dom::INVALID_STATE_ERR = UNKNOWN
 
const Dom::SYNTAX_ERR = UNKNOWN
 
const Dom::INVALID_MODIFICATION_ERR = UNKNOWN
 
const Dom::NAMESPACE_ERR = UNKNOWN
 
const Dom::VALIDATION_ERR = UNKNOWN
 
const Dom::HTML_NO_DEFAULT_NS = UNKNOWN
 

Function Documentation

◆ dom_import_simplexml()

dom_import_simplexml ( object $node)

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

Variable Documentation

◆ DOM_HIERARCHY_REQUEST_ERR

const DOM_HIERARCHY_REQUEST_ERR = UNKNOWN

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

◆ DOM_INDEX_SIZE_ERR

const DOM_INDEX_SIZE_ERR = UNKNOWN

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

◆ DOM_INUSE_ATTRIBUTE_ERR

const DOM_INUSE_ATTRIBUTE_ERR = UNKNOWN

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

◆ DOM_INVALID_ACCESS_ERR

const DOM_INVALID_ACCESS_ERR = UNKNOWN

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

◆ DOM_INVALID_CHARACTER_ERR

const DOM_INVALID_CHARACTER_ERR = UNKNOWN

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

◆ DOM_INVALID_MODIFICATION_ERR

const DOM_INVALID_MODIFICATION_ERR = UNKNOWN

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

◆ DOM_INVALID_STATE_ERR

const DOM_INVALID_STATE_ERR = UNKNOWN

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

◆ DOM_NAMESPACE_ERR

const DOM_NAMESPACE_ERR = UNKNOWN

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

◆ DOM_NO_DATA_ALLOWED_ERR

const DOM_NO_DATA_ALLOWED_ERR = UNKNOWN

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

◆ DOM_NO_MODIFICATION_ALLOWED_ERR

const DOM_NO_MODIFICATION_ALLOWED_ERR = UNKNOWN

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

◆ DOM_NOT_FOUND_ERR

const DOM_NOT_FOUND_ERR = UNKNOWN

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

◆ DOM_NOT_SUPPORTED_ERR

const DOM_NOT_SUPPORTED_ERR = UNKNOWN

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

◆ DOM_PHP_ERR

const DOM_PHP_ERR = UNKNOWN

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

◆ DOM_SYNTAX_ERR

const DOM_SYNTAX_ERR = UNKNOWN

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

◆ DOM_VALIDATION_ERR

const DOM_VALIDATION_ERR = UNKNOWN

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

◆ DOM_WRONG_DOCUMENT_ERR

const DOM_WRONG_DOCUMENT_ERR = UNKNOWN

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

◆ DOMSTRING_SIZE_ERR

const DOMSTRING_SIZE_ERR = UNKNOWN

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

◆ XML_ATTRIBUTE_CDATA

const XML_ATTRIBUTE_CDATA = UNKNOWN

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

◆ XML_ATTRIBUTE_DECL_NODE

const XML_ATTRIBUTE_DECL_NODE = UNKNOWN

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

◆ XML_ATTRIBUTE_ENTITY

const XML_ATTRIBUTE_ENTITY = UNKNOWN

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

◆ XML_ATTRIBUTE_ENUMERATION

const XML_ATTRIBUTE_ENUMERATION = UNKNOWN

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

◆ XML_ATTRIBUTE_ID

const XML_ATTRIBUTE_ID = UNKNOWN

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

◆ XML_ATTRIBUTE_IDREF

const XML_ATTRIBUTE_IDREF = UNKNOWN

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

◆ XML_ATTRIBUTE_IDREFS

const XML_ATTRIBUTE_IDREFS = UNKNOWN

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

◆ XML_ATTRIBUTE_NMTOKEN

const XML_ATTRIBUTE_NMTOKEN = UNKNOWN

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

◆ XML_ATTRIBUTE_NMTOKENS

const XML_ATTRIBUTE_NMTOKENS = UNKNOWN

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

◆ XML_ATTRIBUTE_NODE

const XML_ATTRIBUTE_NODE = UNKNOWN

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

◆ XML_ATTRIBUTE_NOTATION

const XML_ATTRIBUTE_NOTATION = UNKNOWN

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

◆ XML_CDATA_SECTION_NODE

const XML_CDATA_SECTION_NODE = UNKNOWN

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

◆ XML_COMMENT_NODE

const XML_COMMENT_NODE = UNKNOWN

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

◆ XML_DOCUMENT_FRAG_NODE

const XML_DOCUMENT_FRAG_NODE = UNKNOWN

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

◆ XML_DOCUMENT_NODE

const XML_DOCUMENT_NODE = UNKNOWN

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

◆ XML_DOCUMENT_TYPE_NODE

const XML_DOCUMENT_TYPE_NODE = UNKNOWN

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

◆ XML_DTD_NODE

const XML_DTD_NODE = UNKNOWN

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

◆ XML_ELEMENT_DECL_NODE

const XML_ELEMENT_DECL_NODE = UNKNOWN

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

◆ XML_ELEMENT_NODE

const XML_ELEMENT_NODE = UNKNOWN

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

◆ XML_ENTITY_DECL_NODE

const XML_ENTITY_DECL_NODE = UNKNOWN

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

◆ XML_ENTITY_NODE

const XML_ENTITY_NODE = UNKNOWN

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

◆ XML_ENTITY_REF_NODE

const XML_ENTITY_REF_NODE = UNKNOWN

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

◆ XML_HTML_DOCUMENT_NODE

const XML_HTML_DOCUMENT_NODE = UNKNOWN

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

◆ XML_LOCAL_NAMESPACE

const XML_LOCAL_NAMESPACE = UNKNOWN

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

◆ XML_NAMESPACE_DECL_NODE

const XML_NAMESPACE_DECL_NODE = UNKNOWN

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

◆ XML_NOTATION_NODE

const XML_NOTATION_NODE = UNKNOWN

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

◆ XML_PI_NODE

const XML_PI_NODE = UNKNOWN

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

◆ XML_TEXT_NODE

const XML_TEXT_NODE = UNKNOWN

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