Discuss this help topic in SecureBlackbox Forum

TElXMLDOMDocument.XmlNS

TElXMLDOMDocument     


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


Specifies the value of the xmlns attribute.

Declaration

[C#]
    TElXMLDOMAttr XmlNS;

[VB.NET]
    Property XmlNS As TElXMLDOMAttr

[Pascal]
    property XmlNS : TElXMLDOMAttr;

[C++]
    TElXMLDOMAttr* get_XmlNS();

[PHP]
    TElXMLDOMAttr get_XmlNS()

[Java]
    TElXMLDOMAttr getXmlNS();

Description

    Use this property to get the XML namespace of this document.

Discuss this help topic in SecureBlackbox Forum