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.
getAttributeNodeNS method
Gets an attribute object that matches the specified namespace and name.
![]() ![]() |
Syntax
object.getAttributeNodeNS(pvarNS, bstrname)Parameters
- pvarNS [in]
-
Type: Variant
The namespace URI that defines the desired attribute, or a null value.
- bstrname [in]
-
Type: BSTR
The name of the desired attribute, or a null value.
Return value
Type: IHTMLDOMAttribute2
An attribute node that matches the specified namespace and attribute name, or a null value when no attribute node is found.
Standards information
See also
- a
- abbr
- acronym
- address
- applet
- area
- article
- aside
- audio
- b
- base
- baseFont
- bdo
- bgSound
- big
- blockQuote
- body
- br
- button
- canvas
- caption
- center
- cite
- code
- col
- colGroup
- comment
- custom
- dd
- del
- dfn
- dir
- div
- dl
- dt
- em
- embed
- fieldSet
- figcaption
- figure
- font
- footer
- form
- frame
- frameSet
- head
- header
- hgroup
- hn
- hr
- html
- i
- iframe
- img
- input type=button
- input type=checkbox
- input type=email
- input type=file
- input type=hidden
- input type=image
- input type=number
- input type=password
- input type=radio
- input type=range
- input type=reset
- input type=search
- input type=submit
- input type=tel
- input type=text
- input type=url
- ins
- isIndex
- kbd
- label
- legend
- li
- link
- listing
- map
- mark
- marquee
- media
- menu
- meta
- nav
- nextID
- noBR
- noFrames
- noScript
- object
- ol
- optGroup
- option
- p
- param
- plainText
- pre
- q
- rt
- ruby
- s
- samp
- script
- section
- select
- small
- source
- span
- strike
- strong
- style
- sub
- sup
- table
- tBody
- td
- textArea
- tFoot
- th
- tHead
- title
- tr
- tt
- u
- ul
- var
- video
- wbr
- xmp
- getAttributeNode
Show:

