Searched defs:endDocument (Results 1 - 25 of 50) sorted by path

12

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/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
/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 DDTMDocumentImpl.java92 // endDocument recieved?
427 public void endDocument() method in class:DTMDocumentImpl
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/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java1708 * @see org.xml.sax.ContentHandler#endDocument
1710 public void endDocument() throws SAXException method in class:SAX2DTM
1713 System.out.println("endDocument");
2334 * the start/endDocument events from ContentHandler and
H A DSAX2DTM2.java2300 * @see org.xml.sax.ContentHandler#endDocument
2302 public void endDocument() throws SAXException method in class:SAX2DTM2
2304 super.endDocument();
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 DToHTMLStream.java752 public final void endDocument() throws org.xml.sax.SAXException method in class:ToHTMLStream
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 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();
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 DToXMLStream.java184 public void endDocument() throws org.xml.sax.SAXException method in class:ToXMLStream
/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/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp1233 void XMLDocumentParser::endDocument() function in class:blink::XMLDocumentParser
1395 getParser(closure)->endDocument();
1446 sax.endDocument = endDocumentHandler;
1585 endDocument(); // Close any open text nodes.
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h730 endDocumentSAXFunc endDocument; member in struct:_xmlSAXHandler
771 endDocumentSAXFunc endDocument; member in struct:_xmlSAXHandlerV1
/external/chromium_org/third_party/libxml/src/
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/deqp/scripts/log/
H A Dlog_to_xml.py42 def endDocument (self): member in class:BuildXMLLogHandler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 681 milliseconds

12