Xmldom.IDOMNodeEx Methods
From RAD Studio VCL Reference
Delphi Information
| function get_text(): string; | |
| function get_xml(): string; | |
| procedure set_text(const Value: string); | |
| procedure transformNode(const stylesheet: IDOMNode; var output: WideString); overload; | |
| procedure transformNode(const stylesheet: IDOMNode; const output: IDOMDocument); overload; |
Unit: xmldom
Type: method
Visibility: public
Member Of: IDOMNodeEx
C++ Information
| virtual long __fastcall get_text(System::UnicodeString & __get_text_result); | |
| virtual long __fastcall get_xml(System::UnicodeString & __get_xml_result); | |
| virtual long __fastcall set_text(System::UnicodeString Value); | |
| virtual long __fastcall transformNode(System::DelphiInterface<Xmldom::IDOMNode> stylesheet, System::WideString & output); | |
| System::UnicodeString __fastcall _scw_get_text(void); | |
| System::UnicodeString __fastcall _scw_get_xml(void); |
Unit: xmldom
Type: method
Visibility: public
Member Of: IDOMNodeEx
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!