throws NotUniqueException {
List<Node> titles = WebUtils.xpathQuery(xpathQuery, node);
if (titles.isEmpty())
return null;
if (titles.size() != 1)
throw new NotUniqueException(Printer.toString(Containers.subList(
titles, 0, 3)));
Node node2 = titles.get(0);
String text = node2.getTextContent();
// Although W3C say
// "All line-endings reported as a single LF character.", the