AvailabilityDOM Level 2 Core SynopsisNode getNamedItemNS(String namespaceURI, String localName); Arguments
ReturnsThe element of the NamedNodeMap that has the specified namespaceURI and localName properties, or null if there is no such node. DescriptiongetNamedItemNS( ) looks up an element of a NamedNodeMap by namespace and local name. It is useful only with XML documents that use namespaces. |