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.c4225 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseDocument()
4226 ctxt->sax->endDocument(ctxt->userData); in htmlParseDocument()
4688 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseTryOrFinish()
4689 ctxt->sax->endDocument(ctxt->userData); in htmlParseTryOrFinish()
4902 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseTryOrFinish()
4903 ctxt->sax->endDocument(ctxt->userData); in htmlParseTryOrFinish()
5310 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseTryOrFinish()
5311 ctxt->sax->endDocument(ctxt->userData); in htmlParseTryOrFinish()
5399 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in htmlParseChunk()
5400 ctxt->sax->endDocument(ctxt->userData); in htmlParseChunk()
Dparser.c10127 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseDocument()
10128 ctxt->sax->endDocument(ctxt->userData); in xmlParseDocument()
10252 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseExtParsedEnt()
10253 ctxt->sax->endDocument(ctxt->userData); in xmlParseExtParsedEnt()
10635 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseTryOrFinish()
10636 ctxt->sax->endDocument(ctxt->userData); in xmlParseTryOrFinish()
10720 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseTryOrFinish()
10721 ctxt->sax->endDocument(ctxt->userData); in xmlParseTryOrFinish()
10750 if ((ctxt->sax) && (ctxt->sax->endDocument != NULL)) in xmlParseTryOrFinish()
10751 ctxt->sax->endDocument(ctxt->userData); in xmlParseTryOrFinish()
[all …]
DSAX2.c2762 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAXVersion()
2838 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAX2InitHtmlDefaultSAXHandler()
2896 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28234 (ctxt->user_sax->endDocument != NULL)) in endDocumentSplit()
28235 ctxt->user_sax->endDocument(ctxt->user_data); in endDocumentSplit()
28473 if (old_sax->endDocument != NULL) in xmlSchemaSAXPlug()
28474 ret->schemas_sax.endDocument = endDocumentSplit; in xmlSchemaSAXPlug()
/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.h232 void endDocument();
248 void endDocument();
DXMLTokenizerLibxml2.cpp1014 void XMLTokenizer::endDocument() in endDocument() function in WebCore::XMLTokenizer
1235 getTokenizer(closure)->endDocument(); in endDocumentHandler()
1285 sax.endDocument = endDocumentHandler; in initializeParserContext()
1405 tokenizer.endDocument(); in parseXMLDocumentFragment()
DXMLTokenizerQt.cpp364 endDocument(); in parse()
660 void XMLTokenizer::endDocument() in endDocument() function in WebCore::XMLTokenizer
/external/libxml2/include/libxml/
DSAX.h102 endDocument (void *ctx);
Dparser.h722 endDocumentSAXFunc endDocument; member
763 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/
DXMLWriter.java541 public void endDocument () in endDocument() method in XMLWriter
545 super.endDocument(); in endDocument()
DPYXWriter.java147 public void endDocument() throws SAXException { in endDocument() method in PYXWriter
DParser.java639 theContentHandler.endDocument(); in eof()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm3839 … // cancelled, beginDocument and endDocument must not have been called, and we need to clean up
3869 … // endDocument to be skipped after we've put ourselves in print mode (see 4145905). In those cases
3873 // which is after beginDocument and endDocument would be called.
3877 … // There is a theoretical chance that someone could do some drawing between here and endDocument,
3933 // endDocument, so we can cancel the "just in case" pending call.
3939 // Exception during [super beginDocument] means that endDocument will not get called,
3945 - (void)endDocument
3947 [super endDocument];
/external/webkit/WebKit/mac/
DWebKit.order2390 -[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):
DChangeLog-2009-06-168911 (WebCore::XMLTokenizer::endDocument):