Searched defs:endDocument (Results 1 - 25 of 49) sorted by relevance

12

/external/libxml2/python/tests/
H A Dindexes.py27 def endDocument(self): member in class:callback
H A DpushSAX.py15 def endDocument(self): member in class:callback
17 log = log + "endDocument:"
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
H A DpushSAXhtml.py15 def endDocument(self): member in class:callback
17 log = log + "endDocument:"
53 :characters: bar:endElement foo:endElement body:endElement html:endDocument:"""
H A Dsync.py15 def endDocument(self): member in class:callback
17 log = log + "endDocument:"
/external/jdiff/src/jdiff/
H A DCommentsHandler.java52 public void endDocument() { method in class:CommentsHandler
H A DAPIHandler.java65 public void endDocument() { method in class:APIHandler
/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/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java184 public void endDocument() throws org.xml.sax.SAXException method in class:ToXMLStream
H A DToTextStream.java86 public void endDocument() throws org.xml.sax.SAXException method in class:ToTextStream
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 DToHTMLStream.java752 public final void endDocument() throws org.xml.sax.SAXException method in class:ToHTMLStream
/external/deqp/scripts/log/
H A Dlog_to_xml.py62 def endDocument (self): member in class:BuildXMLLogHandler
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java289 public void endDocument() throws org.xml.sax.SAXException method in class:DOMBuilder
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DSceneLoader.java87 public void endDocument() { method in class:SceneLoader
H A DMeshLoader.java146 public void endDocument() { method in class:MeshLoader
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java147 public void endDocument() throws SAXException { method in class:PYXWriter
H A DXMLWriter.java49 * the {@link #endDocument endDocument} method. There are convenience
75 * w.endDocument();
96 * w.endDocument();
138 * w.endDocument();
170 * w.endDocument();
187 * w.endDocument();
382 * {@link #endDocument endDocument} method after writing a
542 * @see org.xml.sax.ContentHandler#endDocument
541 public void endDocument () method in class:XMLWriter
[all...]
/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/xalan/transformer/
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
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
/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.
/external/libxml2/
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/python/
H A Dlibxml.py168 def endDocument(self): member in class:SAXCallback
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java442 * Test whether the _last_ endDocument() has been processed.
458 * @see org.xml.sax.ContentHandler#endDocument
463 public void endDocument() throws org.xml.sax.SAXException method in class:StylesheetHandler

Completed in 1741 milliseconds

12