Documentation

DOMWriterFromDOMWriterDelegate
in package
implements DOMWriterInterface

FinalYes

Table of Contents

Interfaces

DOMWriterInterface
Writer that exports object state as DOM elements or documents.

Methods

__construct()  : mixed
toDocument()  : DOMDocument
Converts the object's data to a document.
toElement()  : DOMElement
Converts the object's data to an element for an existing document.

Methods

toElement()

Converts the object's data to an element for an existing document.

public toElement(DOMDocument $targetDoc) : DOMElement
Parameters
$targetDoc : DOMDocument
Return values
DOMElement
On this page

Search results