The Dom\ChildNode interface

Introduction

This is the modern, spec-compliant equivalent of DOMChildNode.

Interface synopsis

Dom\ChildNode
/* Methods */
public void Dom\ChildNode::after(Dom\Nodestring ...$nodes)
public void Dom\ChildNode::before(Dom\Nodestring ...$nodes)
public void Dom\ChildNode::remove()
public void Dom\ChildNode::replaceWith(Dom\Nodestring ...$nodes)
Table of Contents