Lines Matching refs:child
76 child = node.children
77 while child != None:
78 if child.type != 'text':
79 instance = instance + child.serialize()
80 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
157 child = node.children
158 while child != None:
159 if child.type != 'text':
160 schema = schema + child.serialize()
161 child = child.next
183 child = node.children
184 while child != None:
185 if child.type != 'text':
186 schema = schema + child.serialize()
187 child = child.next
226 child = node.children
227 while child != None:
228 if child.type != 'text':
229 res = res + child.serialize()
230 child = child.next