Lines Matching refs:target_namespace

225     def child_spec(self, target_namespace, prop, mod, typ, lista):  argument
231 pkey = '{%s}%s' % (target_namespace, prop.name)
251 def _do_properties(self, line, cdict, ignore, target_namespace): argument
287 target_namespace, prop,
332 def class_definition(self, target_namespace, cdict=None, ignore=None): argument
352 target_namespace,
378 target_namespace)
481 def _local_class(self, typ, cdict, child, target_namespace, ignore): argument
491 req = self.class_definition(target_namespace, cdict,
505 def _external_class(self, mod, typ, cdict, child, target_namespace, argument
524 text = self.class_definition(target_namespace, cdict,
529 def text(self, target_namespace, cdict, child=True, ignore=None): argument
542 target_namespace, ignore)
545 target_namespace, ignore)
548 text = self.class_definition(target_namespace, cdict,
561 return pyobj.text(target_namespace, cdict, ignore=ignore)
574 text = self.class_definition(target_namespace, cdict,
583 def _do(obj, target_namespace, cdict, prep): argument
585 (req, text) = obj.text(target_namespace, cdict)
630 def text(self, target_namespace, cdict, _child=True, ignore=None, argument
635 return [], self.class_definition(target_namespace, cdict)
654 res = _do(supc, target_namespace, cdict, req)
674 res = _do(prop, target_namespace, cdict, req)
694 return req, self.class_definition(target_namespace, cdict, ignore)
911 if self.xmlns_map[namespace] == top.target_namespace:
925 if "" == top.target_namespace:
937 if self.xmlns_map[namespace] == top.target_namespace:
947 if self.xmlns_map[""] == top.target_namespace:
1024 if namespace and elem.xmlns_map[namespace] == top.target_namespace:
1158 if self.xmlns_map[namespace] == top.target_namespace:
1213 if self.xmlns_map[namespace] == top.target_namespace:
1225 if self.xmlns_map[namespace] == top.target_namespace:
1345 if self.xmlns_map[namespace] == top.target_namespace:
1403 if ext.xmlns_map[namespace] == top.target_namespace:
1423 namespace=top.target_namespace, root=top)
1426 namespace=top.target_namespace, root=top)
1465 if self.xmlns_map[namespace] == top.target_namespace:
1631 def output(elem, target_namespace, eldict, ignore=None): argument
1638 (preps, text) = elem.text(target_namespace, eldict, False, ignore)
1726 self.target_namespace = self.targetNamespace
1728 self.target_namespace = ""
1742 spec = objekt.child_spec(self.target_namespace,
1833 not_done += output(elem, self.target_namespace, eldict)
1896 print("NAMESPACE = '%s'" % self.target_namespace)
1911 done = output(objekt, self.target_namespace, eldict, ignore)