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






GetAttributeNodeNS method

Retrieves an attribute node given its namespace and local name.

Note This method is new with Release 7.

Defined in

NotesDOMElementNode

Syntax

Set notesDOMAttributeNode = notesDOMElementNode.GetAttributeNodeNS( namespaceURI , localName )

Parameters

namespaceURI

String. The namespace URI of a qualified name.

localName

String. The local part of a qualified name.

Return value

notesDOMAttributeNode

NotesDOMAttributeNode. The NotesDOMAttributeNode with the specified namespace and local name.

Usage

Returns null if there is no such attribute.

See NamespaceURI for a discussion of namespaces and qualified names.

Refer to http://www.w3.org/TR/1999/REC-xml-names-19990114/#ns-qualnames for the W3C specification on qualified names. Refer to http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010605/glossary.html#dt-qualifiedname for a definition.




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009