HomeSort by relevance Sort by last modified time
    Searched defs:startDocument (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
roundtrip.py 20 def startDocument(self):
  /external/python/cpython2/Demo/xml/
roundtrip.py 20 def startDocument(self):
  /external/libxml2/python/tests/
indexes.py 20 def startDocument(self):
pushSAX.py 11 def startDocument(self):
13 log = log + "startDocument:"
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
pushSAXhtml.py 11 def startDocument(self):
13 log = log + "startDocument:"
52 reference = """startDocument:startElement html None:startElement body None:startElement foo {'url': 'tst'}:error: Tag foo invalid
sync.py 11 def startDocument(self):
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:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:endElement bar2:
    [all...]
  /external/deqp/scripts/log/
log_to_xml.py 59 def startDocument (self):
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 122 writer.startDocument(encoding, standalone);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 221 * @see org.xml.sax.ContentHandler#startDocument
223 public void startDocument() throws SAXException
232 super.startDocument();
307 * constructed -- only between endDocument and the next startDocument
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 162 public void startDocument()
165 docHandler.startDocument();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
handler.py 80 def startDocument(self):
saxutils.py 143 def startDocument(self):
227 def startDocument(self):
228 self._cont_handler.startDocument()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
handler.py 80 def startDocument(self):
saxutils.py 122 def startDocument(self):
199 def startDocument(self):
200 self._cont_handler.startDocument()
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
XmlWriter.java 39 XmlWriter startDocument(String doctype, String dtdLocation) {
  /external/cldr/tools/java/org/unicode/cldr/icu/
MapperUtils.java 124 public void startDocument() throws SAXException {
  /external/jdiff/src/jdiff/
CommentsHandler.java 49 public void startDocument() {
  /external/python/cpython2/Lib/xml/sax/
handler.py 80 def startDocument(self):
saxutils.py 143 def startDocument(self):
227 def startDocument(self):
228 self._cont_handler.startDocument()
  /external/python/cpython3/Lib/xml/sax/
handler.py 80 def startDocument(self):
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 377 this.startDocument();
901 * @see org.xml.sax.ContentHandler#startDocument
905 public void startDocument() throws SAXException
941 m_resultContentHandler.startDocument();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 309 public void startDocument()
321 clientContentHandler.startDocument();
499 * co_entry_pause is called in startDocument() before anything else
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 60 private static final String STR_START_DOCUMENT = "startDocument";
253 public void startDocument() throws SAXException {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
pulldom.py 165 def startDocument(self):
171 # Can't do that in startDocument, since we need the tagname
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
pulldom.py 165 def startDocument(self):
171 # Can't do that in startDocument, since we need the tagname

Completed in 919 milliseconds

1 2 3 4