EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ParseElementFromXMLString

Declared in    


 

Use this function to parse DOM element from an XML string.

 
 

Declaration

[C#]
    TElXMLDOMElement ParseElementFromXMLString(string Data, TElXMLDOMDocument Document);

[VB.NET]
    Function ParseElementFromXMLString(ByVal Data As String, ByVal Document As TElXMLDOMDocument) As TElXMLDOMElement

[Pascal]
    function ParseElementFromXMLString(const Data : string; const Document : TElXMLDOMDocument) : TElXMLDOMElement;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Data - string to be parsed
  • Document - DOM document to which the element belongs
 
 

Declared in

.NET:

  • Namespace: SBXMLCore
  • Assembly: SecureBlackbox.XML
VCL:
  • Unit: SBXMLCore
ActiveX/DLL:
  • not implemented
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation