HomeSort by relevance Sort by last modified time
    Searched refs:tagname (Results 1 - 4 of 4) sorted by null

  /test/ontest-stc2/src/suites/os/xvm/virt-install/src/lib/python/
common.py 229 def get_tag_data (dom, tagname):
232 get_tag_data () - returns the data value for a tagname from an
240 tagname - tag to look for
244 for child in dom.getElementsByTagName(tagname)[0].childNodes:
250 def get_attr (dom, tagname, attrname):
252 get_attr () - retrieve an attribute value for a tagname
255 <tagname attrname=value></tagname>
261 for element in dom.getElementsByTagName(tagname):
  /test/stcnv/usr/src/suites/os/xvm/virt-install/src/lib/python/
common.py 200 def get_tag_data (dom, tagname):
202 get_tag_data () - returns the data value for a tagname from an
210 tagname - tag to look for
213 for child in dom.getElementsByTagName(tagname)[0].childNodes:
219 def get_attr (dom, tagname, attrname):
221 get_attr () - retrieve an attribute value for a tagname
224 <tagname attrname=value></tagname>
230 for element in dom.getElementsByTagName(tagname):
  /test/stcnv/usr/src/suites/os/xvm/virt-install/
README 44 and look for the <features> tagname. Intel based dom0s will have the
  /test/ontest-stc2/src/suites/os/xvm/virt-install/
README 44 and look for the <features> tagname. Intel based dom0s will have the

Completed in 300 milliseconds