コード例 #1
0
 public int size(NamedNodeMap collection) {
   return test.size(collection);
 }
コード例 #2
0
 public int size(NodeList collection) {
   return test.size(collection);
 }
コード例 #3
0
 public int size(Collection collection) {
   return test.size(collection);
 }