Node
Represents a node in the generated tree.
Copies all (Node) properties of the source to the target.
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
Tries to locate the namespace of the given prefix.
Tries to locate the prefix with the namespace.