XMLParser Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see XMLParser members.
| Name | Description | |
|---|---|---|
![]() | CheckResult | Checks that the result tag contains 0 value meaning the command was executed successfully, otherwise throws an exception that includes the error description etc extracted from the XML result XML doc object must have been created and loaded with XML string |
![]() | DoesElementExist | Checks to see if an element exists in the xml document |
![]() | GetElemText | Overloaded. To extract the text for a given element in the loaded XML document. The text may be a single text value or an XML substring if the element has child nodes NB: XML doc object must have been created and loaded with the XML string. ElemName may include XPath syntax eg: "//object" or "//request/object" Throws an exception containing the error details if specified element is NOT found |
![]() | GetIdentity | Return the identity value contained in a identity tag, throws an exception if not found XML doc object must have been created and loaded with XML string |
![]() | GetLastEditAt | Returns the date/time value contained in a last_edit_at tag, throws an exception if not found XML doc object must have been created and loaded with XML string |
![]() | GetLongIdentity | Return the identity value contained in a identity tag, throws an exception if not found XML doc object must have been created and loaded with XML string |
![]() | GetModId | Returns the mod_id value contained in a mod_id tag, throws an exception if not found XML doc object must have been created and loaded with XML string |
![]() | LoadDoc | Loads a string into the XML doc object Throws an exception containing the error details if xmlIn is invalid XML |
![]() | UnloadDoc | Unloads the current instance of the XmlDocument object |
