The DOMParentNode interface

Interface synopsis

DOMParentNode
/* Methods */
public void DOMParentNode::append(DOMNodestring ...$nodes)
public void DOMParentNode::prepend(DOMNodestring ...$nodes)
public void DOMParentNode::replaceChildren(DOMNodestring ...$nodes)
Table of Contents