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);
assure("setParent(): allowed?", false);
} catch (NoSupportException e) { /* expected */ }
assure("getParent(): not null", xChild1.getParent() == null);
assure("getParent(): not null", xChild2.getParent() == null);
assure("getParent(): not null", xChild6.getParent() == null);
{
Object xParent3 = xChild3.getParent();
assure("getParent(): null", null != xParent3);
XMetadatable xMetadatable = (XMetadatable)
UnoRuntime.queryInterface(XMetadatable.class, xParent3);