Attr
public sealed class Attr : IAttr, INode, IEventTarget, IMarkupFormattable, IEquatable<IAttr>, IConstructableAttr
Represents a generic node attribute.
Gets if the attribute is an id attribute.
Gets always true.
Gets the attribute's local name.
Gets the attribute's fully qualified name.
Gets the attribute's namespace.
Gets the owner of the attribute, if any.
Gets the attribute's prefix.
Gets if the value is given or not.
Gets the attribute's value.
Creates a new attribute with the given local name.
Creates a new attribute with the given local name and value.
Creates a new attribute with the given properties.
Checks if the attribute equals another attribute.