delete_all( name )
Instance Public methods
Deletes all attributes matching a name. Namespaces are significant.
- name
-
A String; all attributes that match this path will be removed
- Returns
-
an Array of the Attributes that were removed
Deletes all attributes matching a name. Namespaces are significant.
A String; all attributes that match this path will be removed
an Array of the Attributes that were removed
Please login to continue.