Node
public abstract class Node : EventTarget, INode, IEventTarget, IMarkupFormattable, IEquatable<INode>, IConstructableNode
Represents a node in the generated tree.
protected static void GetPrefixAndLocalName(string qualifiedName, ref string namespaceUri, out string prefix, out string localName)
For more information, see:
https://dom.spec.whatwg.org/#validate-and-extract
Clones the current node using the new owner.
Run any adopting steps defined for node in other applicable
specifications and pass node and oldDocument as parameters.
Specifications may define insertion steps for all or some nodes.
Specifications may define removing steps for all or some nodes.
Called when ReplaceAll was run.