| SbXmlTag Structure |
Namespace: OIV.LDM.Xml
The SbXmlTag type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| Exist |
Indicates if this XML tag is valid.
| |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| FirstChildTag |
Returns the first XML child tag.
| |
| Name |
Returns the name of the XML tag.
| |
| NextSiblingTag |
Returns the next sibling XML child.
| |
| Text |
Returns the text associated with the XML tag.
|