Table of Contents

Class XmlNode

Namespace
TinyComponents
Assembly
TinyComponents.dll

Represents an renderable XML node.

public class XmlNode : INode
Inheritance
XmlNode
Implements
Inherited Members
Extension Methods

Constructors

XmlNode(string)

Initializes a new instance of the XmlNode class with the specified tag name.

XmlNode(string, Action<XmlNode>)

Initializes a new instance of the XmlNode class with the specified tag name.

XmlNode(string, object?)

Initializes a new instance of the XmlNode class with the specified tag name and content.

XmlNode(string, string)

Initializes a new instance of the XmlNode class with the specified tag name and content.

Properties

Attributes

Gets or sets the collection of attributes for this node.

Children

Gets or sets the collection of child elements 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.

Methods

ToString()

Renders this XmlNode into it's XML string representation.

Operators

operator +(XmlNode, object?)
operator +(XmlNode, string?)
operator +(XmlNode, XmlNode?)