The RetsXMLParser type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| cleanData |
Replaces all keys found in a string with their values in the replacement dictionary.
| |
| getDataRowCount |
Gets the number of data xml tags found in a xml string
| |
| getRecordCount |
Gets the value found in the Count xml node in a xml string
| |
| LoadReplaceDictionary |
Loads replacement dictionary from a file
| |
| ParsePath |
Checks if a path exists and adds a slash on the end if there is not one
| |
| parseQuotedValue |
Parse a quoted value (ex: replycode="0")
| |
| parseRetsReplyInfo |
Parse the reply code and reply text out of the xml response
| |
| parseXml |
Takes a string containing xml text and return a parsed string
| |
| WriteDataFile |
Parse a string containing xml text and create a data file from it
| |
| WriteXMLFile |
Writes xml file
|
Properties
| Name | Description | |
|---|---|---|
| DataFileDelimArray |