Element book = ...;
NodeList list = book.getElementsByTagName("author");
out.println(list.getLength());