GetElementsByTagName (NotesDOMElementNode - LotusScript®)
Returns a NotesDOMNodeList of all descendant elements with a given tag name, in the order in which they are encountered.
Defined in
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.