Element
public abstract class Element : Node, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IConstructableElement, IConstructableNode
Represents an element node.
public Element(Document owner, string localName, string prefix, string namespaceUri, NodeFlags flags = 0)
public Element(Document owner, string name, string localName, string prefix, string namespaceUri, NodeFlags flags = 0)
Adds an attribute.
Takes a given string source and parses it into a subtree
using the current element as context.
Follows the fragment parsing strategy for the given namespace.