TXmlDocument() > Instance variables |
Error code for XML parsing.
Data type: | N | Default: | HBXML_ERROR_NONE |
When the XML file or string cannot be parsed, the instance variable :nError contains a numeric value <> 0, indicating the reason for failure. #define constants are listed in Hbxml.ch that can be used to check the error. They begin with the prefix HBXML_ERROR_. A textual description of the error can be obtained by passing :nError to function HB_XmlErrorDesc().
http://www.xHarbour.com