Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

IDLffXMLDOMNamedNodeMap::Item


Syntax | Return Value | Arguments | Keywords | Version History

The IDLffXMLDOMNamedNodeMap::Item function method returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to the node from the named node map that corresponds to an index.

Syntax

Result = Obj->[IDLffXMLDOMNamedNodeMap::]Item( Index )

Return Value

Returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to the node from the named node map that corresponds to the supplied index. If the node at the specified index does not exist, a null object reference is returned.

Arguments

Index

An integer that contains the index into the named node map.

Keywords

None

Version History

Introduced: 6.1


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]