Table of Contents

Interface INode

Namespace: TinyComponents
Assembly: TinyComponents.dll

Represents an renderable node.

public interface INode

Extension Methods

XmlNodeExtensions.SelfClosed<INode>(INode), XmlNodeExtensions.WithAttribute<INode>(INode, string), XmlNodeExtensions.WithAttribute<INode>(INode, string, object?), XmlNodeExtensions.WithAttributes<INode>(INode, object?), XmlNodeExtensions.WithContent<INode>(INode, Action<INode>), XmlNodeExtensions.WithContent<INode>(INode, object?), XmlNodeExtensions.WithContent<INode>(INode, string?)

Properties

Attributes

Gets or sets an collection of attributes for this node.

Children

Gets or sets the collection of child elements (object) within this node.

SelfClosing

Gets or sets a value indicating whether this XML node is self-closing.

TagName

Gets or sets the tag name of the XML node.