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

1 2 3 4 5 6 7 8 91011>>

  /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/python/tests/
indexes.py 27 def endDocument(self):
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:"""
sync.py 15 def endDocument(self):
17 log = log + "endDocument:"
  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 81 * {@link #endDocument endDocument} is called. The
100 * @see #endDocument
113 * assumptions about whether endDocument() will or will not be
127 public void endDocument()
DocumentHandler.java 105 public abstract void endDocument ()
HandlerBase.java 182 * @see org.xml.sax.DocumentHandler#endDocument
184 public void endDocument ()
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/xml/
SAXAdapterTest.java 64 handler.endDocument();
  /external/deqp/scripts/log/
log_to_xml.py 62 def endDocument (self):
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
SAXAdapter.java 83 h.endDocument();
Processor.java 217 inDocHandler.endDocument();
661 public final void endDocument() throws SAXException {
859 subdocumentHandler.endDocument();
873 public final void endDocument() throws SAXException {
875 rootHandler.endDocument();
976 subdocumentHandler.endDocument();
990 public final void endDocument() throws SAXException {
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 124 writer.endDocument();
  /libcore/benchmarks/src/benchmarks/
XmlSerializeBenchmark.java 78 serializer.endDocument();
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 202 * @see org.xml.sax.ContentHandler#endDocument
204 public void endDocument ()
XMLReaderAdapter.java 285 * @see org.xml.sax.ContentHandler#endDocument
287 public void endDocument ()
291 documentHandler.endDocument();
327 * @see org.xml.sax.ContentHandler#endDocument
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 117 void endDocument ()
  /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
MetricsXmlSerializerTest.java 58 xmlSerializer.endDocument();
66 xmlSerializer.endDocument();
77 xmlSerializer.endDocument();
  /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();
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 120 public void endDocument()
123 docHandler.endDocument();
  /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):
saxutils.py 202 def endDocument(self):
203 self._cont_handler.endDocument()

Completed in 246 milliseconds

1 2 3 4 5 6 7 8 91011>>