HomeSort by relevance Sort by last modified time
    Searched refs:endDocument (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
elem_count.py 27 def endDocument(self):
  /external/python/cpython2/Demo/xml/
elem_count.py 27 def endDocument(self):
  /external/libxml2/
SAX.c 63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
KeycodeMapToXml.java 42 xmlWriter.endDocument();
XmlWriter.java 51 XmlWriter endDocument() {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 124 writer.endDocument();
  /external/libxml2/python/tests/
pushSAX.py 15 def endDocument(self):
17 log = log + "endDocument:"
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
pushSAXhtml.py 15 def endDocument(self):
17 log = log + "endDocument:"
53 :characters: bar:endElement foo:endElement body:endElement html:endDocument:"""
indexes.py 27 def endDocument(self):
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 120 public void endDocument()
123 docHandler.endDocument();
  /external/python/cpython3/Lib/test/
test_sax.py 399 gen.endDocument()
409 gen.endDocument()
421 gen.endDocument()
433 gen.endDocument()
445 gen.endDocument()
458 gen.endDocument()
476 gen.endDocument()
495 gen.endDocument()
508 gen.endDocument()
521 gen.endDocument()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
handler.py 87 def endDocument(self):
saxutils.py 147 def endDocument(self):
230 def endDocument(self):
231 self._cont_handler.endDocument()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
handler.py 87 def endDocument(self):
  /external/python/cpython2/Lib/xml/sax/
handler.py 87 def endDocument(self):
saxutils.py 147 def endDocument(self):
230 def endDocument(self):
231 self._cont_handler.endDocument()
  /external/python/cpython3/Lib/xml/sax/
handler.py 87 def endDocument(self):
saxutils.py 155 def endDocument(self):
259 def endDocument(self):
260 self._cont_handler.endDocument()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sax.py 165 gen.endDocument()
177 gen.endDocument()
189 gen.endDocument()
201 gen.endDocument()
219 gen.endDocument()
234 gen.endDocument()
250 gen.endDocument()
263 gen.endDocument()
276 gen.endDocument()
289 gen.endDocument()
    [all...]
  /external/python/cpython2/Lib/test/
test_sax.py 357 gen.endDocument()
369 gen.endDocument()
381 gen.endDocument()
393 gen.endDocument()
411 gen.endDocument()
430 gen.endDocument()
445 gen.endDocument()
459 gen.endDocument()
476 gen.endDocument()
495 gen.endDocument()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 336 * @see org.xml.sax.ContentHandler#endDocument()
338 public void endDocument() throws SAXException {
341 m_saxHandler.endDocument();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
TestReport.java 130 xml.endDocument();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 215 * might want to consider folding the start/endDocument changes back
239 * might want to consider folding the start/endDocument changes back
245 * @see org.xml.sax.ContentHandler#endDocument
247 public void endDocument() throws SAXException
307 * constructed -- only between endDocument and the next startDocument
  /external/cldr/tools/java/org/unicode/cldr/icu/
MapperUtils.java 128 public void endDocument() throws SAXException {
  /external/jdiff/src/jdiff/
CommentsHandler.java 52 public void endDocument() {

Completed in 811 milliseconds

1 2 3 4 5