Searched refs:startDocument (Results 1 - 25 of 50) sorted by relevance

12

/external/libxml2/
H A DSAX.c62 hdlr->startDocument = xmlSAX2StartDocument;
110 hdlr->startDocument = xmlSAX2StartDocument;
157 hdlr->startDocument = xmlSAX2StartDocument;
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/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
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java162 public void startDocument() method in class:SAX1ParserAdapter.DocHandlerWrapper
165 docHandler.startDocument();
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.h249 void startDocument();
270 void startDocument(const xmlChar* version, const xmlChar* encoding, int standalone);
H A DXMLDocumentParserQt.cpp376 startDocument();
458 void XMLDocumentParser::startDocument() function in class:WebCore::XMLDocumentParser
H A DXMLDocumentParserLibxml2.cpp1032 void XMLDocumentParser::startDocument(const xmlChar* version, const xmlChar* encoding, int standalone) function in class:WebCore::XMLDocumentParser
1253 getParser(closure)->startDocument(ctxt->version, ctxt->encoding, ctxt->standalone);
1306 sax.startDocument = startDocumentHandler;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToSAXHandler.java97 m_saxHandler.startDocument();
265 * This method flushes any pending events, which can be startDocument()
295 * method will be called before each startDocument event.
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();
H A DTreeWalker.java129 * traversal, startDocument and endDocument will always be issued to the
139 this.m_contentHandler.startDocument();
184 * traversal, startDocument and endDocument will always be issued to the
195 this.m_contentHandler.startDocument();
/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/libxml2/include/libxml/
H A DSAX.h100 startDocument (void *ctx);
H A Dparser.h729 startDocumentSAXFunc startDocument; member in struct:_xmlSAXHandler
770 startDocumentSAXFunc startDocument; member in struct:_xmlSAXHandlerV1
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java145 * traversal, startDocument and endDocument will always be issued to the
154 this.m_contentHandler.startDocument();
165 * startDocument() and endDocument() events to the SAX listener.
215 * traversal, startDocument and endDocument will always be issued to the
226 this.m_contentHandler.startDocument();
H A DDOMBuilder.java274 public void startDocument() throws org.xml.sax.SAXException method in class:DOMBuilder
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
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();
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();
/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 DDTMTreeWalker.java242 this.m_contentHandler.startDocument();
/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/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DSceneLoader.java83 public void startDocument() { method in class:SceneLoader
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java237 * traversal, startDocument and endDocument will always be issued to the
245 this.fSerializer.startDocument();
310 * traversal, startDocument and endDocument will always be issued to the
320 this.fSerializer.startDocument();

Completed in 163 milliseconds

12