* @param required whether the ancestor must exist or not
* @param key the error key expected, or null if no error expected
*/
protected void doViolatedNotExistsTest(boolean required,
String key) throws Exception {
DOMConstraint constraint = createConstraint("ancestor",
key,
required);
ODOMElement element = buildLPDMODOM(
"<root>" +