Table of Contents

Method CloneCore

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

CloneCore()

Creates the deep copy for Clone(). Implementations copy all owned state, deep-clone children and copy unknown-XML islands.

protected abstract DomNode CloneCore()

Returns

DomNode

The detached deep copy.