MetaNode.eq(nestedTextContent[i], xmlid));
}
xDocTextCursor.goRight((short)1, false);
}
XChild xChild1 = (XChild)
UnoRuntime.queryInterface(XChild.class, xMeta1);
XChild xChild2 = (XChild)
UnoRuntime.queryInterface(XChild.class, xMeta2);
XChild xChild3 = (XChild)
UnoRuntime.queryInterface(XChild.class, xMeta3);
XChild xChild4 = (XChild)
UnoRuntime.queryInterface(XChild.class, xMeta4);
XChild xChild5 = (XChild)
UnoRuntime.queryInterface(XChild.class, xMeta5);
XChild xChild6 = (XChild)
UnoRuntime.queryInterface(XChild.class, xMeta6);
try {
xChild1.setParent(xChild4);
fail("setParent(): allowed?");
} catch (NoSupportException e) { /* expected */ }
assertNull("getParent(): not null", xChild1.getParent());
assertNull("getParent(): not null", xChild2.getParent());
assertNull("getParent(): not null", xChild6.getParent());
{
Object xParent3 = xChild3.getParent();
assertNotNull("getParent(): null", xParent3);
XMetadatable xMetadatable = (XMetadatable)
UnoRuntime.queryInterface(XMetadatable.class, xParent3);