Full index

Package indexes


a c d f g h i l m o r s x
a
top
addClass
SimpleDOM::addClass() in SimpleDOM.php
Add given class to current node
asDOM
SimpleDOM::asDOM() in SimpleDOM.php
Return the current element as a DOMElement
asPrettyXML
SimpleDOM::asPrettyXML() in SimpleDOM.php
Return the current node slightly prettified
c
top
cloneChildrenFrom
Clone all children from a node and add them to current node
copyAttributesFrom
Copy all attributes from a node to current node
d
top
deleteNodes
SimpleDOM::deleteNodes() in SimpleDOM.php
Delete all elements matching a XPath expression
deleteSelf
SimpleDOM::deleteSelf() in SimpleDOM.php
Delete this node from document
f
top
firstOf
SimpleDOM::firstOf() in SimpleDOM.php
Return the first node of the result of an XPath expression
g
top
getElementsByClassName
Return all elements with the given class name
h
top
hasClass
SimpleDOM::hasClass() in SimpleDOM.php
Test whether current node has given class
i
top
innerHTML
SimpleDOM::innerHTML() in SimpleDOM.php
Return the content of current node as a string
innerXML
SimpleDOM::innerXML() in SimpleDOM.php
Return the XML content of current node as a string
insertAfterSelf
Add a new sibling after this node
insertBeforeSelf
Add a new sibling before this node
insertCDATA
SimpleDOM::insertCDATA() in SimpleDOM.php
Insert a CDATA section
insertComment
Insert a comment node
insertPI
SimpleDOM::insertPI() in SimpleDOM.php
Insert a Processing Instruction
insertText
SimpleDOM::insertText() in SimpleDOM.php
Insert a text node
insertXML
SimpleDOM::insertXML() in SimpleDOM.php
Insert raw XML data
l
top
loadHTML
SimpleDOM::loadHTML() in SimpleDOM.php
Create a SimpleDOM object from a HTML string
loadHTMLFile
SimpleDOM::loadHTMLFile() in SimpleDOM.php
Create a SimpleDOM object from a HTML file
m
top
moveTo
SimpleDOM::moveTo() in SimpleDOM.php
Move current node to a new parent
o
top
outerXML
SimpleDOM::outerXML() in SimpleDOM.php
Return the XML representing this node and its child nodes
r
top
removeClass
SimpleDOM::removeClass() in SimpleDOM.php
Remove given class from current node
removeNodes
SimpleDOM::removeNodes() in SimpleDOM.php
Remove all elements matching a XPath expression
removeSelf
SimpleDOM::removeSelf() in SimpleDOM.php
Remove this node from document
replaceNodes
SimpleDOM::replaceNodes() in SimpleDOM.php
Remove all elements matching a XPath expression
replaceSelf
SimpleDOM::replaceSelf() in SimpleDOM.php
Replace this node
s
top
setAttributes
Set several attributes at once
SimpleDOM
SimpleDOM in SimpleDOM.php
SimpleDOM.php
SimpleDOM.php in SimpleDOM.php
simpledom_load_file
simpledom_load_file() in SimpleDOM.php
Alias for simplexml_load_file()
simpledom_load_string
simpledom_load_string() in SimpleDOM.php
Alias for simplexml_load_string()
sort
SimpleDOM::sort() in SimpleDOM.php
Sort an array of nodes
sortChildren
SimpleDOM::sortChildren() in SimpleDOM.php
Sort this node's children
sortedXPath
SimpleDOM::sortedXPath() in SimpleDOM.php
Run an XPath query and sort the result
x
top
XSLT
SimpleDOM::XSLT() in SimpleDOM.php
Transform current node and return the result
a c d f g h i l m o r s x