Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Namespace: RT.Xml

Represents an XML attribute.
Represents an XML comment.
Identifies the position of a comment that was encountered outside of the root tag.
Indicates that IContent.AsTag, IContent.AsTags or IContent.this[string] was applied to an object that is not of the appropriate type.
Represents an XML Declaration (for example, <?xml version="1.0" encoding="UTF-8" standalone="no"?>).
Provides access to a piece of XML, which could be a tag, a collection of tags, an attribute, or a text node.
Indicates that a selector passed to IContent.this[string] was invalid.
Represents an XML node that is either a Text or a Tag.
Represents an XML tag (element).
Encapsulates a collection of XML tags.
Represents a bit of text between XML tags.
Provides static methods to process XML data.
Encapsulates an XML document.
Indicates that a syntax error was encountered while parsing XML code.
Indicates that the end of a file was reached prematurely while parsing XML code.
Contains various utility extension methods relating to XML.