Name | Description | |
---|---|---|
![]() | NXmlTag Constructor | Overloaded. |
The following tables list the members exposed by NXmlTag.
Name | Description | |
---|---|---|
![]() | NXmlTag Constructor | Overloaded. |
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). |
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. |
Name | Description | |
---|---|---|
![]() | CreateElement | Creates an XML element with the given name. |