Click or drag to resize
SbXmlTag Structure

Namespace: OIV.LDM.Xml
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public struct SbXmlTag

The SbXmlTag type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodExist
Indicates if this XML tag is valid.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyFirstChildTag
Returns the first XML child tag.
Public propertyName
Returns the name of the XML tag.
Public propertyNextSiblingTag
Returns the next sibling XML child.
Public propertyText
Returns the text associated with the XML tag.
Top
See Also