NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DocumentNavigator.HasAttribute (String, String)

Determines whether the current node has the specified attribute from the specified namespace.

[Visual Basic]
Overloads Overrides Public Function HasAttribute( _
   ByVal localName As String, _
   ByVal namespaceURI As String _
) As Boolean
[C#]
public override bool HasAttribute(
   string localName,
   string namespaceURI
);
[C++]
public: override bool HasAttribute(
   String* localName,
   String* namespaceURI
);
[JScript]
public override function HasAttribute(
   localName : String,
   namespaceURI : String
) : Boolean;

Parameters

localName
[To be supplied.]
namespaceURI
The name of the namespace of the attribute to find.

Return Value

true if the current node has the specified attribute; otherwise, false.

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace | DocumentNavigator.HasAttribute Overload List