Searched defs:startDocument (Results 1 - 25 of 37) 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/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/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DSceneLoader.java83 public void startDocument() { method in class:SceneLoader
H A DMeshLoader.java119 public void startDocument() { method in class:MeshLoader
/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/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/webkit/Source/WebCore/dom/
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/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/libxml2/include/libxml/
H A Dparser.h729 startDocumentSAXFunc startDocument; member in struct:_xmlSAXHandler
770 startDocumentSAXFunc startDocument; member in struct:_xmlSAXHandlerV1
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 602 milliseconds

12