lookupNamespaceURI method
[This documentation is preliminary and is subject to change.]
Gets the Uniform Resource Identifier (URI) of the namespace associated with a namespace prefix, if any.
![]() ![]() |
Syntax
object.lookupNamespaceURI(pvarPrefix, )Standards information
Parameters
- pvarPrefix [in]
-
Type: VARIANT
The prefix.
- pvarNamespaceURI [out, retval]
-
Type: VARIANT
The URI of the namespace.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Type: VariantThe URI of the namespace.
NULLDefault. Returned when no URI is found.
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
Build date: 2/14/2012

