Xmldom.IDOMParseError Methods
From RAD Studio VCL Reference
Delphi Information
| function get_errorCode(): Integer; | |
| function get_url(): string; | |
| function get_reason(): string; | |
| function get_srcText(): string; | |
| function get_line(): Integer; | |
| function get_linepos(): Integer; | |
| function get_filepos(): Integer; |
Unit: xmldom
Type: method
Visibility: public
Member Of: IDOMParseError
C++ Information
| virtual long __fastcall get_errorCode(int & __get_errorCode_result); | |
| virtual long __fastcall get_url(System::UnicodeString & __get_url_result); | |
| virtual long __fastcall get_reason(System::UnicodeString & __get_reason_result); | |
| virtual long __fastcall get_srcText(System::UnicodeString & __get_srcText_result); | |
| virtual long __fastcall get_line(int & __get_line_result); | |
| virtual long __fastcall get_linepos(int & __get_linepos_result); | |
| virtual long __fastcall get_filepos(int & __get_filepos_result); | |
| int __fastcall _scw_get_errorCode(void); | |
| System::UnicodeString __fastcall _scw_get_url(void); | |
| System::UnicodeString __fastcall _scw_get_reason(void); | |
| System::UnicodeString __fastcall _scw_get_srcText(void); | |
| int __fastcall _scw_get_line(void); | |
| int __fastcall _scw_get_linepos(void); | |
| int __fastcall _scw_get_filepos(void); |
Unit: xmldom
Type: method
Visibility: public
Member Of: IDOMParseError
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!