Discuss this help topic in SecureBlackbox Forum

TElXMLDOMDocument.DocumentType

TElXMLDOMDocument     See also     


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


This property references the node, which contains DOCTYPE declaration.

Declaration

[C#]
    TElXMLDOMDocumentType DocumentType;

[VB.NET]
    Property DocumentType As TElXMLDOMDocumentType

[Pascal]
    property DocumentType : TElXMLDOMDocumentType;

[C++]
    TElXMLDOMDocumentType* get_DocumentType();

[PHP]
    TElXMLDOMDocumentType get_DocumentType()

[Java]
    not available

Description

    Use this property to reach the node, which contains DOCTYPE information.

See also:     DocumentElement    

Discuss this help topic in SecureBlackbox Forum