Lines Matching defs:root
14 Inkscape::XML::Node *a, *b, *c, *root;
23 root = document->root();
41 root->appendChild(a);
42 TS_ASSERT_EQUALS(a->parent() , root);
50 root->appendChild(a);
53 TS_ASSERT_EQUALS(a->parent() , root);
59 TS_ASSERT_EQUALS(a->parent() , root);
66 root->appendChild(a);
67 root->appendChild(b);
68 root->appendChild(c);
75 root->changeOrder(b, c);