BizTalk Utilities CV ,   Jobs ,   Code library  
 
 

Microsoft DOM Objects Reference

Download ReferenceDownload this Reference 

Previous PageTable Of ContentsIndexNext Page

getNamedItem()

Is a member of:

XMLDOMNamedNodeMap

Syntax

Set objXMLDOMNode = objXMLDOMNamedNodeMap.getNamedItem(strAttributeName)

Remark

The XMLDOMNamedNodeMap object is used to find and manipulate attributes for a Node, although the XMLDOMElement interface gives you many methods as well to do this.

This method takes the name of an attribute to find the Node associated with that attribute. However, to be able to do this, we first need to get a hold of the XMLDOMNamedNodeMap object, which is the attributes property of a Node. If there are attributes in the current Node, then we can query the XMLDOMNamedNodeMap collection.

Example

In the following example, we want to store the value of the elements ID attribute in the tag of a TreeView. We have already loaded a DOMDocument from our people2.xml. We have passed a person element in the following example.

Dim objNode As IXMLDOMNode

Dim objAttributes As IXMLDOMNamedNodeMap

Dim objAttributeNode As IXMLDOMNode

Set objAttributes = objNode.Attributes

If objAttributes.length > 0 Then

Set objAttributeNode = objAttributes.getNamedItem("PERSONID")

tvwElement.Tag = objAttribute-Node.nodeValue

End If

      ¬ Get the XMLDOMNamedNodeMap from the Nodes attribute property.

      ¬ Check that there are available attributes.

      ¬ Our id reference is "PERSONID"; therefore, tell the NameNodeListMap to get this Node by using the getNamedItem method.

Previous PageTable Of ContentsIndexNext Page

This manuscript is an abridged version of a chapter from the Manning Publications book XML Programming with VB and ASP. This chapter looks at the Microsoft DOM objects. NOTE: Most images have been removed to increase speed and many of the code comments have also been removed for presentation. Please purchase the book to enjoy the full experience of all the chapters with images and code comments!

 

Recent Jobs

A great opportunity to Digital Vide
here is a greate opportunity as a S
A great opportunity as a Network En
A Greate Opportunituy as a SQL Deve
An immediate job opportunity as a B

View all Jobs (Add yours)
View all CV (Add yours)



Information Online

swimming pool contractor
chicago web site design
desktop fax online
Domain Names
unlimited conferencing
Dolce&gabbana sunglasses
answering service


    Email TopXML  

Front Page Daily Stuff TopXML Forum XML blogs XML Newsgroups BizTalk Biztalk Utilities Biztalk Utilities Tutorial B2B SAP XML Microsoft .NET Dotnet System XML Soapformatter SQLXML XMLserializer XQuery PHP PHP SimpleXML PHP XML Dom PHP XML RPC PHP XSLT Java Java Java XML Xalan Microsoft ASP ASP Schemas XML SQL Server XML XMLDom XSL XSL Tutorial XSLT Stylesheets General Javascript CSS XHTML WAP