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
| Tag | | When applied to a tag, returns the same tag; otherwise, throws an exception. |
| TagCollection | | When applied to a collection of tags, returns those; otherwise, throws an exception. |
| IContent | |
When applied to a tag, retrieves child tags or attributes; otherwise, throws an exception. |
| 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. |