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

12

/external/jdiff/src/jdiff/
H A DCommentsHandler.java49 public void startDocument() { method in class:CommentsHandler
H A DAPIHandler.java61 public void startDocument() { method in class:APIHandler
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java221 * @see org.xml.sax.ContentHandler#startDocument
223 public void startDocument() throws SAXException method in class:SAX2RTFDTM
232 super.startDocument();
307 * constructed -- only between endDocument and the next startDocument
H A DSAX2DTM.java1685 * @see org.xml.sax.ContentHandler#startDocument
1687 public void startDocument() throws SAXException method in class:SAX2DTM
1690 System.out.println("startDocument");
H A DSAX2DTM2.java2280 * @see org.xml.sax.ContentHandler#startDocument
2282 public void startDocument() throws SAXException method in class:SAX2DTM2
/external/chromium_org/chrome/installer/util/prebuild/
H A Dcreate_string_rc.py180 def startDocument(self): member in class:XtbHandler
/external/deqp/scripts/log/
H A Dlog_to_xml.py39 def startDocument (self): member in class:BuildXMLLogHandler
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java274 public void startDocument() throws org.xml.sax.SAXException method in class:DOMBuilder
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java174 public void startDocument() throws SAXException { } method in class:PYXWriter
H A DXMLWriter.java48 * {@link #startDocument startDocument} method and ending with
71 * w.startDocument();
94 * w.startDocument();
136 * w.startDocument();
168 * w.startDocument();
185 * w.startDocument();
356 * {@link #startDocument startDocument} method before writing
502 * @see org.xml.sax.ContentHandler#startDocument
501 public void startDocument () method in class:XMLWriter
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java162 public void startDocument() method in class:SAX1ParserAdapter.DocHandlerWrapper
165 docHandler.startDocument();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java343 * @see org.xml.sax.ContentHandler#startDocument
345 public void startDocument() throws SAXException method in class:TransformerHandlerImpl
349 System.out.println("TransformerHandlerImpl#startDocument");
373 m_contentHandler.startDocument();
H A DTransformerIdentityImpl.java377 this.startDocument();
901 * @see org.xml.sax.ContentHandler#startDocument
905 public void startDocument() throws SAXException method in class:TransformerIdentityImpl
941 m_resultContentHandler.startDocument();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java309 public void startDocument() method in class:IncrementalSAXSource_Filter
321 clientContentHandler.startDocument();
499 * co_entry_pause is called in startDocument() before anything else
H A DDTMDocumentImpl.java469 public void startDocument() method in class:DTMDocumentImpl
/external/chromium_org/third_party/libxml/src/
H A Dlegacy.c116 "SAX function startDocument",
231 } else if (!strcmp(name, "SAX function startDocument")) {
232 *((startDocumentSAXFunc *) result) = ctxt->sax->startDocument;
349 } else if (!strcmp(name, "SAX function startDocument")) {
350 ctxt->sax->startDocument = *((startDocumentSAXFunc *) value);
1079 * startDocument:
1086 startDocument(void *ctx) function
1089 /* DEPRECATED("startDocument") */
/external/libxml2/
H A Dlegacy.c116 "SAX function startDocument",
231 } else if (!strcmp(name, "SAX function startDocument")) {
232 *((startDocumentSAXFunc *) result) = ctxt->sax->startDocument;
349 } else if (!strcmp(name, "SAX function startDocument")) {
350 ctxt->sax->startDocument = *((startDocumentSAXFunc *) value);
1079 * startDocument:
1086 startDocument(void *ctx) function
1089 /* DEPRECATED("startDocument") */
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java424 * @see org.xml.sax.ContentHandler#startDocument
429 public void startDocument() throws org.xml.sax.SAXException method in class:StylesheetHandler
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java1186 public void startDocument() throws org.xml.sax.SAXException method in class:SerializerBase
1189 // if we do get called with startDocument(), handle it right away
1196 * This method handles what needs to be done at a startDocument() call,
1199 * startDocument() not always being called.
1201 * made into startDocument() this method will always be called as a self
1202 * generated internal startDocument, it handles what needs to be done at a
1203 * startDocument() call.
1205 * This method exists just to make sure that startDocument() is only ever
1453 // If we haven't called startDocument() yet, then this document is empty
H A DToUnknownStream.java109 * true if startDocument() was called before the underlying handler
437 * @see org.xml.sax.ContentHandler#startDocument()
439 public void startDocument() throws SAXException method in class:ToUnknownStream
535 m_handler.startDocument();
1033 // Call startDocument() if necessary
1036 m_handler.startDocument();
1214 m_handler.startDocument();
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp1216 void XMLDocumentParser::startDocument(const String& version, const String& encoding, int standalone) function in class:blink::XMLDocumentParser
1389 parser->startDocument(toString(ctxt->version), toString(ctxt->encoding), ctxt->standalone);
1445 sax.startDocument = startDocumentHandler;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h729 startDocumentSAXFunc startDocument; member in struct:_xmlSAXHandler
770 startDocumentSAXFunc startDocument; member in struct:_xmlSAXHandlerV1
/external/libxml2/include/libxml/
H A Dparser.h732 startDocumentSAXFunc startDocument; member in struct:_xmlSAXHandler
773 startDocumentSAXFunc startDocument; member in struct:_xmlSAXHandlerV1
/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/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 422 milliseconds

12