Class XmlNode
Namespace: TinyComponents
Assembly: TinyComponents.dll
Represents an renderable XML node.
public class XmlNode : INode
Inheritance
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Extension Methods
XmlNodeExtensions.SelfClosed<XmlNode>(XmlNode), XmlNodeExtensions.WithAttribute<XmlNode>(XmlNode, string), XmlNodeExtensions.WithAttribute<XmlNode>(XmlNode, string, object?), XmlNodeExtensions.WithAttributes<XmlNode>(XmlNode, object?), XmlNodeExtensions.WithContent<XmlNode>(XmlNode, Action<XmlNode>), XmlNodeExtensions.WithContent<XmlNode>(XmlNode, object?), XmlNodeExtensions.WithContent<XmlNode>(XmlNode, string?)
Constructors
Initializes a new instance of the XmlNode class with the specified tag name.
Initializes a new instance of the XmlNode class with the specified tag name and content.
Initializes a new instance of the XmlNode class with the specified tag name and content.
XmlNode(string, Action<XmlNode>)
Initializes a new instance of the XmlNode class with the specified tag name.
Properties
Gets or sets the collection of attributes for this node.
Gets or sets the collection of child elements within this node.
Gets or sets a value indicating whether this XML node is self-closing.
Gets or sets the tag name of the XML node.
Methods
Renders this XmlNode into it's XML string representation.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語