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

1 2 3 4

  /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:"
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
KeycodeMapToXml.java 42 xmlWriter.endDocument();
XmlWriter.java 51 XmlWriter endDocument() {
  /external/deqp/scripts/log/
log_to_xml.py 62 def endDocument (self):
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 124 writer.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();
ToXMLSAXHandler.java 175 * @see org.xml.sax.ContentHandler#endDocument()
177 public void endDocument() throws SAXException
183 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()
  /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() {
  /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):
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 396 this.endDocument();
956 * @see org.xml.sax.ContentHandler#endDocument
960 public void endDocument() throws SAXException
963 m_resultContentHandler.endDocument();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 87 // because input stream ran to completion (endDocument), or because
209 // Note that for everything except endDocument and fatalError, we do the count-and-yield
214 // %REVIEW% Glenn suggests that pausing after endElement, endDocument,
232 public void endDocument()
237 clientContentHandler.endDocument();
426 // abends before endDocument is delivered. If that means explicitly calling
439 // just as with endDocument, this terminates the event stream.
485 * at the end of endDocument() handling.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
TestReport.java 130 xml.endDocument();

Completed in 1405 milliseconds

1 2 3 4