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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 140 def startElementNS(self, name, qname, attrs):
156 as with the startElementNS event."""
saxutils.py 165 def startElementNS(self, name, qname, attrs):
238 def startElementNS(self, name, qname, attrs):
239 self._cont_handler.startElementNS(name, qname, attrs)
expatreader.py 340 self._cont_handler.startElementNS(pair, None,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 140 def startElementNS(self, name, qname, attrs):
156 as with the startElementNS event."""
saxutils.py 165 def startElementNS(self, name, qname, attrs):
238 def startElementNS(self, name, qname, attrs):
239 self._cont_handler.startElementNS(name, qname, attrs)
expatreader.py 340 self._cont_handler.startElementNS(pair, None,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 293 gen.startElementNS((ns_uri, "doc"), "ns1:doc", {})
295 gen.startElementNS((None, "udoc"), None, {})
310 gen.startElementNS((None, 'a'), 'a', {(None, 'b'):'c'})
322 gen.startElementNS(('qux', 'a'), 'a', {})
335 gen.startElementNS(('qux', 'a'), 'a', {(None, 'b'):'c'})
382 gen.startElementNS(('http://example.com/ns', 'g1'), 'g1', {})
384 gen.startElementNS(('http://example.com/ns', 'g2'), 'g2', lang_attr)
550 def startElementNS(self, name, qname, attrs):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 293 gen.startElementNS((ns_uri, "doc"), "ns1:doc", {})
295 gen.startElementNS((None, "udoc"), None, {})
310 gen.startElementNS((None, 'a'), 'a', {(None, 'b'):'c'})
322 gen.startElementNS(('qux', 'a'), 'a', {})
335 gen.startElementNS(('qux', 'a'), 'a', {(None, 'b'):'c'})
382 gen.startElementNS(('http://example.com/ns', 'g1'), 'g1', {})
384 gen.startElementNS(('http://example.com/ns', 'g2'), 'g2', lang_attr)
550 def startElementNS(self, name, qname, attrs):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 57 def startElementNS(self, name, tagName , attrs):
297 def startElementNS(self, name, tagName , attrs):
298 PullDOM.startElementNS(self, name, tagName, attrs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 57 def startElementNS(self, name, tagName , attrs):
297 def startElementNS(self, name, tagName , attrs):
298 PullDOM.startElementNS(self, name, tagName, attrs)

Completed in 2970 milliseconds