Show / Hide Table of Contents

Interface ICanReplaceRootNode

Applied to a IDocument which may replace the root node of its DOM.

Namespace: ZptSharp.Dom
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface ICanReplaceRootNode

Methods

| Improve this Doc View Source

ReplaceRootNode(INode)

Replaces the root node of the DOM using the specified replacement.

Declaration
void ReplaceRootNode(INode replacement)
Parameters
Type Name Description
INode replacement

The replacement node.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX