.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::HasAttributeWithValue

Returns True if the XML node has the specified attribute/value pair.

  Declarations  
    [Visual Basic]
Public Function HasAttributeWithValue(ByVal String attributeName , ByVal String attributeValue) As Boolean

[C#]
public bool HasAttributeWithValue(string attributeName , string attributeValue);

[C++]
public bool HasAttributeWithValue(String *attributeName , String *attributeValue);

[JScript]
public function HasAttributeWithValue(String attributeName , String attributeValue) : Boolean
 
  Parameters  
   
attributeName
Attribute name
attributeValue
Attribute value
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.