// TODO : pass this assertion
// assertEquals("#cdata-section",
// ageProperty.getFirstChild().getNodeName());
// "spouse" child bean assertions
NamedNodeMap innerBeanAgePropertyAttributes = beanList.item(1).getChildNodes().item(0).getAttributes();
assertEquals("age", innerBeanAgePropertyAttributes.getNamedItem("name").getNodeValue());
assertEquals("11", innerBeanAgePropertyAttributes.getNamedItem("value").getNodeValue());
// bean from "util" namespace
Element name = (Element) testBean.getNextSibling();
assertEquals("property-path", name.getTagName());
assertEquals("property-path", name.getNodeName());