2.175 .ixmldomnodelist

The IXMLDOMNodeList COM interface pointer of the XML Cursor can be accessed through this attribute under Microsoft Windows. Via this interface pointer it is possible to access the direct children of the XML Cursor.

Definition

  • Data type

    pointer

  • Access

    get

In the Rule Language the attribute can only be assigned to the same attribute of a different Dialog Manager object. Be aware, that in the programming interface the COM object is only valid during the time when it is in use by the Dialog Manager. Therefore, an application should increase its reference counter (COM Method: IUnknown->AddRef). When the object is no longer needed, the counter should be set back again, or decreased (COM Method: IUnknown->Release). Please note, the counter cannot be decreased more often than it is increased. Otherwise, the COM object will be released. The Dialog Manager cannot recognize this situation and this will lead to a system crash.

The attribute is available for the XML Cursor. Please note, an XML Cursors, whose attribute .mapped possesses the value false, will automatically be positioned to the root of the DOM document.