Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






GetElementsByTagName method

Returns a NotesDOMNodeList of all descendant elements with a given tag name, in the order in which they are encountered.

Defined in

NotesDOMElementNode

Syntax

Set notesDOMNodeList = notesDOMElementNode.GetElementsByTagName( tagName )

Parameters

tagName

String. The name of the element to match on.

Return value

notesDOMNodeList

NotesDOMNodeList. A list of matching NotesDOMElementNode objects.

Usage

Set tagName to "*" to match all elements.

See examples

Examples: GetAttribute method




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009