Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.RawData

TElXMLDOMNode     See also     


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


This property gets or sets the value of the node.

Declaration

[C#]
    byte[] RawData;

[VB.NET]
    Property RawData As Byte()

[Pascal]
    property RawData : ByteArray; {array of byte}

[C++]
    void get_RawData(std::vector<uint8_t> &OutResult);

[PHP]
    string get_RawData()

[Java]
    byte[] getRawData();

Description

    Use this property to access the raw (unparsed) data of the node.

    The value will be different for different types of nodes

See also:     NodeValue     OuterXML    

Discuss this help topic in SecureBlackbox Forum