Открытые члены | |
__construct () | |
getNodeType () | |
getParentNode () | |
setParentNode (Node $node=null) | |
hasAttributes () | |
getAttributes () | |
getNodeName () | |
setNodeName ($a) | |
getNodeValue () | |
getTextContent () | |
getOwnerDocument () | |
setOwnerDocument (Document $owner) | |
getFirstChild () | |
getLastChild () | |
getPreviousSibling () | |
getNextSibling () | |
getChildNodes () | |
getChildNodesArray () | |
setChildNodesArray ($childList) | |
hasChildNodes () | |
appendChild (Node $newChild) | |
insertBefore (Node $newChild, Node $refChild=null, $removeExist=true) | |
removeChild (Node $oldChild) | |
replaceChild (Node $newChild, Node $oldChild) | |
isEqual (Node $node=null) | |
getOuterHTML () | |
getInnerHTML () | |
setInnerHTML ($html) | |
querySelectorAll ($queryString) | |
querySelector ($queryString) | |
closest ($queryString) | |
toString () | |
toArray () | |
Открытые атрибуты | |
const | ELEMENT_NODE = 1 |
const | ATTRIBUTE_NODE = 2 |
const | TEXT_NODE = 3 |
const | CDATA_SECTION_NODE = 4 |
const | ENTITY_REFERENCE_NODE = 5 |
const | ENTITY_NODE = 6 |
const | PROCESSING_INSTRUCTION_NODE = 7 |
const | COMMENT_NODE = 8 |
const | DOCUMENT_FRAGMENT_NODE = 11 |
const | DOCUMENT_NODE = 9 |
const | DOCUMENT_TYPE_NODE = 10 |
const | NOTATION_NODE = 12 |
$bxIsAlreadyClosed = false | |
$bxClosable = true | |
Статические открытые данные | |
static | $isNodeListAsArray = true |
Защищенные члены | |
init () | |
haveChild ($checkingChild) | |
Защищенные данные | |
$ownerDocument = null | |
$nodeType = null | |
$nodeName = null | |
$nodeValue = null | |
$childNodes = null | |
$parentNode = null | |
$attributes = null | |
$textContent = null | |
__construct | ( | ) |
Переопределяется в Document и DocumentType.
appendChild | ( | Node | $newChild | ) |
getTextContent | ( | ) |
querySelector | ( | $queryString | ) |
querySelectorAll | ( | $queryString | ) |