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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 19 class PullDOM(xml.sax.ContentHandler):
220 self.pulldom = PullDOM()
223 self.parser.setContentHandler(self.pulldom)
258 if not self.pulldom.firstEvent[1]:
259 self.pulldom.lastEvent = self.pulldom.firstEvent
260 while not self.pulldom.firstEvent[1]:
266 rc = self.pulldom.firstEvent[1][0]
267 self.pulldom.firstEvent[1] = self.pulldom.firstEvent[1][1
    [all...]
minidom.py 1923 from xml.dom import pulldom namespace
1933 from xml.dom import pulldom namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 19 class PullDOM(xml.sax.ContentHandler):
220 self.pulldom = PullDOM()
223 self.parser.setContentHandler(self.pulldom)
258 if not self.pulldom.firstEvent[1]:
259 self.pulldom.lastEvent = self.pulldom.firstEvent
260 while not self.pulldom.firstEvent[1]:
266 rc = self.pulldom.firstEvent[1][0]
267 self.pulldom.firstEvent[1] = self.pulldom.firstEvent[1][1
    [all...]
minidom.py 1923 from xml.dom import pulldom namespace
1933 from xml.dom import pulldom namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 1020 from xml.dom import pulldom namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 1020 from xml.dom import pulldom namespace
    [all...]

Completed in 589 milliseconds