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 SourceReplaceRootNode(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. |