lookupNamespaceURI method

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

Gets the Uniform Resource Identifier (URI) of the namespace associated with a namespace prefix, if any.

Document Object Model (DOM) Level 3 Core Specification, Section 1.2Internet Explorer 9

Syntax

object.lookupNamespaceURI(pvarPrefix, pvarNamespaceURI)

Parameters

pvarPrefix [in]

Type: Variant

The prefix.

pvarNamespaceURI [out, retval]

Type: Variant

The URI of the namespace.

NULL

Default. Returned when no URI is found.

Return value

Type: Variant

The URI of the namespace.

NULL

Default. Returned when no URI is found.

Standards information

See also

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
lookupPrefix

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.