bool removeAttributeDeeply(String attributeName) { attributeName = attributeName.toLowerCase().trim(); if (attributeName.isEmpty) return false; return _removeAttributeDeeplyImp(attributeName); }