List<XMLNode> findTagsByXmlns(String xmlns) { return children .where((element) => element.attributes['xmlns'] == xmlns) .toList(); }