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

1 2 3

  /cts/common/util/tests/src/com/android/compatibility/common/util/
MetricsXmlSerializerTest.java 68 xmlSerializer.endDocument();
76 xmlSerializer.endDocument();
87 xmlSerializer.endDocument();
  /external/chromium_org/third_party/libxml/src/
SAX.c 63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
legacy.c 117 "SAX function endDocument",
233 } else if (!strcmp(name, "SAX function endDocument")) {
234 *((endDocumentSAXFunc *) result) = ctxt->sax->endDocument;
351 } else if (!strcmp(name, "SAX function endDocument")) {
352 ctxt->sax->endDocument = *((endDocumentSAXFunc *) value);
    [all...]
  /external/libxml2/
SAX.c 63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
legacy.c 117 "SAX function endDocument",
233 } else if (!strcmp(name, "SAX function endDocument")) {
234 *((endDocumentSAXFunc *) result) = ctxt->sax->endDocument;
351 } else if (!strcmp(name, "SAX function endDocument")) {
352 ctxt->sax->endDocument = *((endDocumentSAXFunc *) value);
    [all...]
  /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();
TreeWalker.java 129 * traversal, startDocument and endDocument will always be issued to the
176 this.m_contentHandler.endDocument();
184 * traversal, startDocument and endDocument will always be issued to the
227 this.m_contentHandler.endDocument();
ToTextStream.java 86 public void endDocument() throws org.xml.sax.SAXException
ToUnknownStream.java 791 * @see org.xml.sax.ContentHandler#endDocument()
793 public void endDocument() throws SAXException
800 m_handler.endDocument();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 145 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/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 141 void endDocument();
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX.h 102 endDocument (void *ctx);
  /external/jdiff/src/jdiff/
CommentsHandler.java 52 public void endDocument() {
  /external/libxml2/include/libxml/
SAX.h 102 endDocument (void *ctx);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 145 * traversal, startDocument and endDocument will always be issued to the
158 this.m_contentHandler.endDocument();
165 * startDocument() and endDocument() events to the SAX listener.
215 * traversal, startDocument and endDocument will always be issued to the
258 this.m_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...]
TransformerHandlerImpl.java 386 * @see org.xml.sax.ContentHandler#endDocument
388 public void endDocument() throws SAXException
392 System.out.println("TransformerHandlerImpl#endDocument");
398 m_contentHandler.endDocument();
755 * the start/endDocument events from ContentHandler and
  /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.
DTMTreeWalker.java 369 this.m_contentHandler.endDocument();
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPlan.java 233 serializer.endDocument();
  /external/deqp/scripts/log/
log_to_xml.py 42 def endDocument (self):

Completed in 1035 milliseconds

1 2 3