Method | Description | |
---|---|---|
IsBooleanAttribute ( string attributeNameInLowercase ) : bool |
Checks whether the attribute is boolean
|
|
IsEventAttribute ( string attributeNameInLowercase ) : bool |
Checks whether the attribute is event
|
|
IsNumericAttribute ( string tagNameInLowercase, string attributeNameInLowercase ) : bool |
Checks whether the attribute is numeric
|
|
IsUriBasedAttribute ( string tagNameInLowercase, string attributeNameInLowercase, IList |
Checks whether the attribute is URI-based
|
|
IsXmlBasedAttribute ( string attributeNameInLowercase ) : bool |
Checks whether the attribute is XML-based
|
public static IsBooleanAttribute ( string attributeNameInLowercase ) : bool | ||
attributeNameInLowercase | string | Attribute name in lowercase |
return | bool |
public static IsEventAttribute ( string attributeNameInLowercase ) : bool | ||
attributeNameInLowercase | string | Attribute name in lowercase |
return | bool |
public static IsNumericAttribute ( string tagNameInLowercase, string attributeNameInLowercase ) : bool | ||
tagNameInLowercase | string | Tag name in lowercase |
attributeNameInLowercase | string | Attribute name in lowercase |
return | bool |
public static IsUriBasedAttribute ( string tagNameInLowercase, string attributeNameInLowercase, IList |
||
tagNameInLowercase | string | Tag name in lowercase |
attributeNameInLowercase | string | Attribute name in lowercase |
attributes | IList |
List of attributes |
return | bool |
public static IsXmlBasedAttribute ( string attributeNameInLowercase ) : bool | ||
attributeNameInLowercase | string | Attribute name in lowercase |
return | bool |