Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.OuterXML

TElXMLDOMNode     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property gets the markup representing this node and all its child nodes.

Declaration

[C#]
    string OuterXML;

[VB.NET]
    Property OuterXML As String

[Pascal]
    property OuterXML : WideString;

[C++]
    void get_OuterXML(sb_u16string &OutResult);
    void get_OuterXML(std::wstring &OutResult);

[PHP]
    string get_OuterXML()

[Java]
    String getOuterXML();

Description

    Use this property to get the markup containing this node and all its child nodes.

See also:     NodeValue    

Discuss this help topic in SecureBlackbox Forum