Searched refs:endDocument (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/libxml/src/
H A DSAX.c63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
H A Dlegacy.c117 "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);
1094 * endDocument:
1101 endDocument(void *ctx) function
1103 DEPRECATED("endDocument")
/external/libxml2/
H A DSAX.c63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
H A Dlegacy.c117 "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);
1094 * endDocument:
1101 endDocument(void *ctx) function
1103 DEPRECATED("endDocument")
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DDocument.java124 writer.endDocument();
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java120 public void endDocument() method in class:SAX1ParserAdapter.DocHandlerWrapper
123 docHandler.endDocument();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToTextSAXHandler.java336 * @see org.xml.sax.ContentHandler#endDocument()
338 public void endDocument() throws SAXException { method in class:ToTextSAXHandler
341 m_saxHandler.endDocument();
H A DToXMLSAXHandler.java175 * @see org.xml.sax.ContentHandler#endDocument()
177 public void endDocument() throws SAXException method in class:ToXMLSAXHandler
183 m_saxHandler.endDocument();
H A DTreeWalker.java129 * 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();
H A DToTextStream.java86 public void endDocument() throws org.xml.sax.SAXException method in class:ToTextStream
H A DToUnknownStream.java791 * @see org.xml.sax.ContentHandler#endDocument()
793 public void endDocument() throws SAXException method in class:ToUnknownStream
800 m_handler.endDocument();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java215 * 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 method in class:SAX2RTFDTM
307 * constructed -- only between endDocument and the next startDocument
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.h141 void endDocument();
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX.h102 endDocument (void *ctx);
H A Dparser.h730 endDocumentSAXFunc endDocument; member in struct:_xmlSAXHandler
771 endDocumentSAXFunc endDocument; member in struct:_xmlSAXHandlerV1
/external/deqp/scripts/log/
H A Dlog_to_xml.py42 def endDocument (self): member in class:BuildXMLLogHandler
/external/jdiff/src/jdiff/
H A DCommentsHandler.java52 public void endDocument() { method in class:CommentsHandler
/external/libxml2/include/libxml/
H A DSAX.h102 endDocument (void *ctx);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java145 * 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/
H A DTransformerIdentityImpl.java396 this.endDocument();
956 * @see org.xml.sax.ContentHandler#endDocument
960 public void endDocument() throws SAXException method in class:TransformerIdentityImpl
963 m_resultContentHandler.endDocument();
1206 * the start/endDocument events from ContentHandler and
H A DTransformerHandlerImpl.java386 * @see org.xml.sax.ContentHandler#endDocument
388 public void endDocument() throws SAXException method in class:TransformerHandlerImpl
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/
H A DIncrementalSAXSource_Filter.java87 // 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() method in class:IncrementalSAXSource_Filter
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.
H A DDTMTreeWalker.java369 this.m_contentHandler.endDocument();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-xml-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/xml/ASMContentHandler$AnnotationDefaultRule.class " package org.objectweb ...
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java147 public void endDocument() throws SAXException { method in class:PYXWriter

Completed in 4471 milliseconds

123