// TODO we should be asking appearance for the root container element rather
// than assuming its the last child.
XElement root = getElement();
if (root.getFirstChildElement() != null && root.getFirstChildElement().getTagName().equals("TABLE")) {
root = root.selectNode("td");
}
return root;
}
protected C getValue(M m) {