Discuss this help topic in SecureBlackbox Forum

TElXMLDOMDocumentType.Notations

TElXMLDOMDocumentType     


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


Gets the collection of TElXMLDOMNotation nodes.

Declaration

[C#]
    TElXMLDOMNamedNodeMap Notations;

[VB.NET]
    Property Notations As TElXMLDOMNamedNodeMap

[Pascal]
    property Notations: TElXMLDOMNamedNodeMap;

[C++]
    TElXMLDOMNamedNodeMap* get_Notations();

[PHP]
    TElXMLDOMNamedNodeMap get_Notations()

[Java]
    TElXMLDOMNamedNodeMap getNotations();

Description

    Use this property to get the collection of TElXMLDOMNotation nodes declared in the document type declaration.

Discuss this help topic in SecureBlackbox Forum