Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Interface: RT.Xml.IContent

Summary

Provides access to a piece of XML, which could be a tag, a collection of tags, an attribute, or a text node.

Instance properties

TagWhen applied to a tag, returns the same tag; otherwise, throws an exception.
TagCollectionWhen applied to a collection of tags, returns those; otherwise, throws an exception.
IContent
this[string selector]
When applied to a tag, retrieves child tags or attributes; otherwise, throws an exception. (see also remarks)
string Returns the text contained in this node. For an attribute, this is the attribute value. For tags, this is the concatenated text contents with all tags and attributes removed.