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

12 3 4 5 6 7 8 91011>>

  /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):
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
KeyChainSnapshotSerializer.java 87 xmlSerializer.endDocument();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
HandlerBaseTest.java 68 h.endDocument();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DefaultHandlerTest.java 80 h.endDocument();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockHandler.java 49 public void endDocument() throws SAXException {
50 logger.add("endDocument");
  /libcore/luni/src/test/java/libcore/xml/
KxmlSerializerTest.java 45 serializer.endDocument();
62 serializer.endDocument();
75 serializer.endDocument();
110 serializer.endDocument();
212 serializer.endDocument();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListing.java 119 xmlMsgElement.endDocument();
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
handler.py 87 def endDocument(self):
saxutils.py 144 def endDocument(self):
223 def endDocument(self):
224 self._cont_handler.endDocument()
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
handler.py 87 def endDocument(self):
saxutils.py 144 def endDocument(self):
223 def endDocument(self):
224 self._cont_handler.endDocument()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 87 def endDocument(self):
saxutils.py 144 def endDocument(self):
223 def endDocument(self):
224 self._cont_handler.endDocument()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 87 def endDocument(self):
saxutils.py 144 def endDocument(self):
223 def endDocument(self):
224 self._cont_handler.endDocument()
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationUtilTest.java 62 serializer.endDocument();
106 serializer.endDocument();
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 134 public void endDocument() throws SAXException {
135 htmlBuilder.endDocument();
XercesHTMLDocumentBuilderFactory.java 134 public void endDocument() throws SAXException {
135 htmlBuilder.endDocument();
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 474 public void endDocument ()
478 contentHandler.endDocument();
  /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.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 175 * @see org.xml.sax.ContentHandler#endDocument()
177 public void endDocument() throws SAXException
183 m_saxHandler.endDocument();

Completed in 1814 milliseconds

12 3 4 5 6 7 8 91011>>