Home
last modified time | relevance | path

Searched refs:endDocument (Results 1 – 23 of 23) sorted by relevance

/external/libxml2/
DSAX.c63 hdlr->endDocument = xmlSAX2EndDocument; in initxmlDefaultSAXHandler()
111 hdlr->endDocument = xmlSAX2EndDocument; in inithtmlDefaultSAXHandler()
158 hdlr->endDocument = xmlSAX2EndDocument; in initdocbDefaultSAXHandler()
Dlegacy.c234 *((endDocumentSAXFunc *) result) = ctxt->sax->endDocument; in xmlGetFeature()
352 ctxt->sax->endDocument = *((endDocumentSAXFunc *) value); in xmlSetFeature()
1101 endDocument(void *ctx) in endDocument() function
DHTMLparser.c4183 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseDocument()
4184 ctxt->sax->endDocument(ctxt->userData); in htmlParseDocument()
4646 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseTryOrFinish()
4647 ctxt->sax->endDocument(ctxt->userData); in htmlParseTryOrFinish()
4860 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseTryOrFinish()
4861 ctxt->sax->endDocument(ctxt->userData); in htmlParseTryOrFinish()
5268 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseTryOrFinish()
5269 ctxt->sax->endDocument(ctxt->userData); in htmlParseTryOrFinish()
5357 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseChunk()
5358 ctxt->sax->endDocument(ctxt->userData); in htmlParseChunk()
Dparser.c9323 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseDocument()
9324 ctxt->sax->endDocument(ctxt->userData); in xmlParseDocument()
9439 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseExtParsedEnt()
9440 ctxt->sax->endDocument(ctxt->userData); in xmlParseExtParsedEnt()
9822 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseTryOrFinish()
9823 ctxt->sax->endDocument(ctxt->userData); in xmlParseTryOrFinish()
9907 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseTryOrFinish()
9908 ctxt->sax->endDocument(ctxt->userData); in xmlParseTryOrFinish()
9937 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseTryOrFinish()
9938 ctxt->sax->endDocument(ctxt->userData); in xmlParseTryOrFinish()
[all …]
DSAX2.c2734 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAXVersion()
2810 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAX2InitHtmlDefaultSAXHandler()
2868 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28230 (ctxt->user_sax->endDocument != NULL))
28231 ctxt->user_sax->endDocument(ctxt->user_data);
28469 if (old_sax->endDocument != NULL)
28470 ret->schemas_sax.endDocument = endDocumentSplit;
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAX1ParserAdapter.java120 public void endDocument() in endDocument() method in SAX1ParserAdapter.DocHandlerWrapper
123 docHandler.endDocument(); in endDocument()
/external/webkit/WebCore/dom/
DXMLTokenizer.h209 void endDocument();
225 void endDocument();
DXMLTokenizerLibxml2.cpp940 void XMLTokenizer::endDocument() in endDocument() function in WebCore::XMLTokenizer
1126 getTokenizer(closure)->endDocument(); in endDocumentHandler()
1173 sax.endDocument = endDocumentHandler; in initializeParserContext()
1298 tokenizer.endDocument(); in parseXMLDocumentFragment()
DXMLTokenizerQt.cpp418 endDocument(); in parse()
658 void XMLTokenizer::endDocument() in endDocument() function in WebCore::XMLTokenizer
/external/libxml2/include/libxml/
DSAX.h102 endDocument (void *ctx);
Dparser.h719 endDocumentSAXFunc endDocument; member
760 endDocumentSAXFunc endDocument; member
/external/jdiff/src/jdiff/
DCommentsHandler.java52 public void endDocument() { in endDocument() method in CommentsHandler
DAPIHandler.java65 public void endDocument() { in endDocument() method in APIHandler
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DPYXWriter.java147 public void endDocument() throws SAXException { in endDocument() method in PYXWriter
DXMLWriter.java541 public void endDocument () in endDocument() method in XMLWriter
545 super.endDocument(); in endDocument()
DParser.java639 theContentHandler.endDocument(); in eof()
/external/gdata/src/com/google/wireless/gdata/serializer/xml/
DXmlEntryGDataSerializer.java79 serializer.endDocument(); in serialize()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm3529 … // cancelled, beginDocument and endDocument must not have been called, and we need to clean up
3559 … // endDocument to be skipped after we've put ourselves in print mode (see 4145905). In those cases
3563 // which is after beginDocument and endDocument would be called.
3567 … // There is a theoretical chance that someone could do some drawing between here and endDocument,
3623 // endDocument, so we can cancel the "just in case" pending call.
3629 // Exception during [super beginDocument] means that endDocument will not get called,
3635 - (void)endDocument
3637 [super endDocument];
/external/webkit/WebKit/mac/
DWebKit.order1584 -[WebHTMLView endDocument]
DChangeLog-2006-02-095645 …new method, extracted from identical code in beginDocument and endDocument. This method must be ca…
5657 (-[WebHTMLView endDocument]):
8868 exit the "printing mode" to return to normal behavior. This is normally done in endDocument.
8869 … However, it turns out that if there's an exception in [super beginDocument], then endDocument
18104 (-[WebImageView endDocument]):
18964 (-[WebHTMLView endDocument]):
21800 (-[WebHTMLView endDocument]):
21822 (-[WebImageView endDocument]):
27105 (-[WebHTMLView endDocument]): Pass 0 to new pageWidth: arg.
27488 (-[WebHTMLView endDocument]): and back on.
[all …]
/external/webkit/WebCore/
DChangeLog-2008-08-1072219 … (WebCore::XMLTokenizer::endDocument): Ensure the buffer is flushed when the document has ended.
72223 (WebCore::XMLTokenizer::initializeParserContext): Add the endDocument handler.
72224 …(WebCore::parseXMLDocumentFragment): Force endDocument to be called when parsing a fragment to ens…
DChangeLog-2005-12-1926949 (DocumentBuilder::endDocument):