Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Document Cписок членов класса

Полный список членов класса Document, включая наследуемые из базового класса

$attributesNodeprotected
$bxClosableNode
$bxIsAlreadyClosedNode
$bxNodeFoundCloseTagNode
$childNodesNodeprotected
$isNodeListAsArrayNodestatic
$nodeNameNodeprotected
$nodeTypeNodeprotected
$nodeValueNodeprotected
$ownerDocumentNodeprotected
$parentNodeNodeprotected
$parserDocumentprotected
$queryEngineDocumentprotected
$textContentNodeprotected
__construct()Document
appendChild(Node $newChild)Node
ATTRIBUTE_NODENode
CDATA_SECTION_NODENode
closest($queryString)Node
COMMENT_NODENode
createAttribute($name, $value)Document
createComment($comment)Document
createDocumentFragment()Document
createElement($tagName)Document
createTextNode($text)Document
DOCUMENT_FRAGMENT_NODENode
DOCUMENT_NODENode
DOCUMENT_TYPE_NODENode
ELEMENT_NODENode
ENTITY_NODENode
ENTITY_REFERENCE_NODENode
getAttributes()Node
getChildNodes()Node
getChildNodesArray()Node
getElementByClassName($className)Document
getElementById($id)Document
getElementsByAttr($attrName, $attrValue=null, $limit=0)Document
getElementsByClassName($className, $limit=0)Document
getElementsByName($name)Document
getElementsByTagName($tagName)Document
getFirstChild()Node
getInnerHTML()Node
getLastChild()Node
getNextSibling()Node
getNodeName()Node
getNodeType()Node
getNodeValue()Node
getOuterHTML()Node
getOwnerDocument()Node
getParentNode()Node
getParser()Document
getPreviousSibling()Node
getQueryEngine()Document
getTextContent()Document
hasAttributes()Node
hasChildNodes()Node
haveChild($checkingChild)Nodeprotected
init()Nodeprotected
insertBefore(Node $newChild, Node $refChild=null, $removeExist=true)Node
isEqual(Node $node=null)Node
loadHTML($source)Document
NOTATION_NODENode
PROCESSING_INSTRUCTION_NODENode
querySelector($queryString)Node
querySelectorAll($queryString)Node
removeChild(Node $oldChild)Node
replaceChild(Node $newChild, Node $oldChild)Node
setChildNodesArray($childList)Node
setInnerHTML($html)Node
setNodeName($a)Node
setOwnerDocument(Document $owner)Node
setParentNode(Node $node=null)Node
setParser(Parser $parser)Document
setQueryEngine(QueryEngine $engine)Document
TEXT_NODENode
toArray()Node
toString()Node