Element
class Element : Node, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode
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)
Copies the attributes from the source element to the target
element. Each attribute will be recreated on the target.
Creates the style for the inline style declaration.
Registers an observer for attribute events.
Updates an attribute's value without notifying the observers.