class IAttributeExtensions extends Object
Meta-programming extensions to the IAttribute class.
| Constructor and description |
|---|
IAttributeExtensions() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static boolean |
equalsName(IAttribute self, String prefix, String name)Returns whether or not an attribute is an attribute processor of the given name, checks both prefix:processor and data-prefix-processor variants. |
Returns whether or not an attribute is an attribute processor of the given name, checks both prefix:processor and data-prefix-processor variants.
true if this attribute is an attribute processor of the
matching name.