lookupPrefix

< dom‎ | methods
Jump to: navigation, search

lookupPrefix


W3C Recommendation

Summary

Gets the namespace prefix associated with a URI, if any.

Method of dom/Node

Syntax

var prefix = node.lookupPrefix(namespaceURI);

Parameters

namespaceURI

Data-type: String


The namespace URI.

Return Value

Returns an object of type String.

Needs Examples: This section should include examples.



Related specifications

Specification Status Related Changes
DOM Level 3 Core Recommendation Section 1.2

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?

See also

Related pages (MSDN)

  • a
  • applet
  • attribute
  • audio
  • button
  • div
  • document
  • documentType
  • frame
  • iframe
  • img
  • input type=button
  • input type=checkbox
  • input type=file
  • input type=hidden
  • input type=image
  • input type=password
  • input type=radio
  • input type=reset
  • input type=submit
  • input type=text
  • label
  • legend
  • marquee
  • media
  • object
  • optGroup
  • option
  • select
  • source
  • span
  • table
  • textArea
  • TextNode
  • video
  • lookupNamespaceURI

This article contains content originally from external sources.

Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]