Lines Matching refs:child
64 child = node.children
65 while child != None:
66 if child.type != 'text':
67 instance = instance + child.serialize()
68 child = child.next
117 child = node.children
118 while child != None:
119 if child.type != 'text':
120 instance = instance + child.serialize()
121 child = child.next
169 child = node.children
170 while child != None:
171 if child.type != 'text':
172 schema = schema + child.serialize()
173 child = child.next
195 child = node.children
196 while child != None:
197 if child.type != 'text':
198 schema = schema + child.serialize()
199 child = child.next
238 child = node.children
239 while child != None:
240 if child.type != 'text':
241 res = res + child.serialize()
242 child = child.next