Home
last modified time | relevance | path

Searched refs:default_namespace (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrootnode.c57 g_free (self->default_namespace); in gst_mpd_root_node_set_property()
58 self->default_namespace = g_value_dup_string (value); in gst_mpd_root_node_set_property()
120 g_value_set_string (value, self->default_namespace); in gst_mpd_root_node_get_property()
169 g_free (self->default_namespace); in gst_mpd_root_node_finalize()
208 self->default_namespace); in gst_mpd_root_get_xml_node()
363 self->default_namespace = NULL; in gst_mpd_root_node_init()
Dgstmpdrootnode.h35 gchar *default_namespace; member
Dgstmpdparser.c1024 new_mpd_root->default_namespace = in gst_mpdparser_parse_root_node()
Dgstmpdclient.c460 client->mpd_root_node->default_namespace = in gst_mpd_client_new_static()
/third_party/python/Lib/xml/etree/
DElementTree.py696 default_namespace=None, argument
746 qnames, namespaces = _namespaces(self._root, default_namespace)
810 def _namespaces(elem, default_namespace=None): argument
818 if default_namespace:
819 namespaces[default_namespace] = ""
838 if default_namespace:
1093 xml_declaration=None, default_namespace=None, argument
1111 default_namespace=default_namespace,
1134 xml_declaration=None, default_namespace=None, argument
1140 default_namespace=default_namespace,
DElementPath.py75 default_namespace = namespaces.get('') if namespaces else None
88 elif default_namespace and not parsing_attribute:
89 yield ttype, "{%s}%s" % (default_namespace, tag)
/third_party/python/Doc/library/
Dxml.etree.elementtree.rst700 xml_declaration=None, default_namespace=None, \
708 *xml_declaration*, *default_namespace* and *short_empty_elements* has the same
716 The *xml_declaration* and *default_namespace* parameters.
724 xml_declaration=None, default_namespace=None, \
732 *xml_declaration*, *default_namespace* and *short_empty_elements* has the same
743 The *xml_declaration* and *default_namespace* parameters.
1162 default_namespace=None, method="xml", *, \
1171 *default_namespace* sets the default XML namespace (for "xmlns").
/third_party/python/Lib/test/
Dtest_xml_etree.py928 ET.tostring(elem, encoding='unicode', default_namespace='http://effbot.org/ns'),
935 ET.tostring(elem, encoding='unicode', default_namespace='foobar'),
943 ET.tostring(elem, encoding='unicode', default_namespace='foobar')
1019 … ''.join(ET.tostringlist(elem, encoding='unicode', default_namespace='http://effbot.org/ns')),
2099 self.assertEqual(serialize(e, default_namespace="default"), # 1
2105 self.assertEqual(serialize(e, default_namespace="default"), # 2
2115 serialize(e, default_namespace="default") # 3
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c144 assert_equals_string (mpdclient->mpd_root_node->default_namespace, in GST_START_TEST()
6185 assert_equals_string (first_mpdclient->mpd_root_node->default_namespace, in GST_START_TEST()
6186 second_mpdclient->mpd_root_node->default_namespace); in GST_START_TEST()
6371 assert_equals_string (first_mpdclient->mpd_root_node->default_namespace, in GST_START_TEST()
6372 second_mpdclient->mpd_root_node->default_namespace); in GST_START_TEST()
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst612 Added support for keyword arguments `default_namespace` and
/third_party/python/Doc/whatsnew/
D2.7.rst2042 by setting the :attr:`default_namespace` attribute and can