Searched refs:minidom (Results 1 - 4 of 4) sorted by relevance

/pkg/src/modules/flavor/
H A Dsmf_manifest.py29 import xml.dom.minidom as minidom namespace
337 """Given a minidom Element deps, search for the <service_fmri> elements
361 smf_doc = minidom.parse(smf_file)
362 # catching ValueError, as minidom has been seen to raise this on some
396 smf_doc = minidom.parse(smf_file)
397 # catching ValueError, as minidom has been seen to raise this on some
436 if isinstance(child, minidom.Element) and \
/pkg/src/modules/server/
H A Dfeed.py40 import xml.dom.minidom as xmini
/pkg/src/modules/client/
H A Dhistory.py34 import xml.dom.minidom as xmini
134 # to avoid issues with minidom.
587 using the supplied 'd' (xml.dom.minidom) object.
610 using the supplied 'd' (xml.dom.minidom) object.
626 # Must explictly convert values to a string due to minidom bug
/pkg/src/modules/client/transport/
H A Drepo.py272 from xml.dom.minidom import Document, parse

Completed in 38 milliseconds