In This Topic
The following tables list the members exposed by NXmlTag.
Public Constructors
Protected Fields
| Name | Description |
 | bbbE | |
Top
Public Properties
| Name | Description |
 | Name | Gets the name of this XML tag. |
 | Type | Gets the type of this XML tag (i.e. whether it is a start or an end tag). |
Top
Public Methods
| Name | Description |
 | SetAttribute | Sets the specified value to the attibute with the given name. |
 | ToElement | Converts this XML tag to an XML element. |
 | ToString | Returns the string representation of this tag. |
 | TryGetAttribute | Tries to the value of the attribute with the given name and returns true on success. |
Top
Protected Methods
| Name | Description |
 | CreateElement | Creates an XML element with the given name. |
Top
See Also