| 
XDLSReader
HasAttribute Method
  | 
 Determines whether the current node has attribute with specified name.
 Namespace:
 Spire.Doc.Documents.XML
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool HasAttribute(
	string name
)
 
Public Function HasAttribute ( 
	name As String
) As Boolean
 
public:
virtual bool HasAttribute(
	String^ name
) sealed
 
abstract HasAttribute : 
name : string -> bool 
override HasAttribute : 
name : string -> bool 
 
 
 
Parameters
 
- 
name
 
- 
 Type:
 
System
String
 
 The name.
Return Value
 
 Type:
 
Boolean
 
 if has attribute with specified name, set to
 
true
 
 .
 
Implements
 
IXDLSAttributeReader
HasAttribute(String)
 
 
 See Also
See Also