public int size(NamedNodeMap collection) { return test.size(collection); }
public int size(NodeList collection) { return test.size(collection); }
public int size(Collection collection) { return test.size(collection); }