LOTUSSCRIPT/COM/OLE CLASSES
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
notesDOMNodeList
Set tagName to "*" to match all elements.
Example