Android Utililty Methods XML Node Empty Check
List of utility methods to do XML Node Empty Check
HOME
Android
X
XML Node Empty Check
Description
The list of methods to do XML Node Empty Check are organized into topic(s).
Method
boolean
isEmpty(Node node)
Returns true if the specified node is null or has no children.
return
(node == null);