Table of Contents

Interface INode

Namespace
TinyComponents
Assembly
TinyComponents.dll

Represents an renderable node.

public interface INode
Extension Methods

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.