/external/libxml2/python/tests/ |
H A D | indexes.py | 20 def startDocument(self): member in class:callback
|
H A D | pushSAX.py | 11 def startDocument(self): member in class:callback 13 log = log + "startDocument:" 52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
|
H A D | pushSAXhtml.py | 11 def startDocument(self): member in class:callback 13 log = log + "startDocument:" 52 reference = """startDocument:startElement html None:startElement body None:startElement foo {'url': 'tst'}:error: Tag foo invalid
|
H A D | sync.py | 11 def startDocument(self): member in class:callback 13 log = log + "startDocument:" 51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" 63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" 75 reference = "startDocument:startElement foo None:startElement bar2 None:" 87 reference1 = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:endElement bar2:" 88 reference2 = "startDocument:startElement foo None:startElement bar2 {'b': '2', 'a': '1'}:endElement bar2:" 100 reference1 = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:" 101 reference2 = "startDocument:startElement foo None:startElement bar2 {'b': '2', 'a': '1'}:" 113 reference1 = "startDocument [all...] |
/external/jdiff/src/jdiff/ |
H A D | CommentsHandler.java | 49 public void startDocument() { method in class:CommentsHandler
|
H A D | APIHandler.java | 61 public void startDocument() { method in class:APIHandler
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
H A D | SAX2RTFDTM.java | 221 * @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 D | SAX2DTM.java | 1685 * @see org.xml.sax.ContentHandler#startDocument 1687 public void startDocument() throws SAXException method in class:SAX2DTM 1690 System.out.println("startDocument");
|
H A D | SAX2DTM2.java | 2280 * @see org.xml.sax.ContentHandler#startDocument 2282 public void startDocument() throws SAXException method in class:SAX2DTM2
|
/external/deqp/scripts/log/ |
H A D | log_to_xml.py | 59 def startDocument (self): member in class:BuildXMLLogHandler
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | DOMBuilder.java | 274 public void startDocument() throws org.xml.sax.SAXException method in class:DOMBuilder
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
H A D | __init__.py | 214 def startDocument(self): member in class:SAXTreeBuilder
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
H A D | support.py | 141 def startDocument(self): member in class:TracingSaxHandler 142 self.visited.append('startDocument')
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
H A D | SceneLoader.java | 83 public void startDocument() { method in class:SceneLoader
|
H A D | MeshLoader.java | 119 public void startDocument() { method in class:MeshLoader
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
H A D | PYXWriter.java | 174 public void startDocument() throws SAXException { } method in class:PYXWriter
|
H A D | XMLWriter.java | 48 * {@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 D | SAX1ParserAdapter.java | 162 public void startDocument() method in class:SAX1ParserAdapter.DocHandlerWrapper 165 docHandler.startDocument();
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
H A D | TransformerHandlerImpl.java | 343 * @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 D | TransformerIdentityImpl.java | 377 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 D | IncrementalSAXSource_Filter.java | 309 public void startDocument() method in class:IncrementalSAXSource_Filter 321 clientContentHandler.startDocument(); 499 * co_entry_pause is called in startDocument() before anything else
|
/external/libxml2/ |
H A D | legacy.c | 116 "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/python/ |
H A D | libxml.py | 164 def startDocument(self): member in class:SAXCallback
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | StylesheetHandler.java | 424 * @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 D | SerializerBase.java | 1186 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
|