Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
8189310a
Kaydet (Commit)
8189310a
authored
Nis 12, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#2615: small consistency update by Jeroen Ruigrok van der Werven.
üst
b4d21139
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
xml.dom.minidom.rst
Doc/library/xml.dom.minidom.rst
+4
-4
No files found.
Doc/library/xml.dom.minidom.rst
Dosyayı görüntüle @
8189310a
...
...
@@ -128,7 +128,7 @@ module documentation. This section lists the differences between the API and
to discard children of that node.
.. method:: Node.writexml(writer[,
indent=""[,addindent=""[,newl=""
]]])
.. method:: Node.writexml(writer[,
indent=""[, addindent=""[, newl=""[, encoding=""]
]]])
Write XML to the writer object. The writer should have a :meth:`write` method
which matches that of the file object interface. The *indent* parameter is the
...
...
@@ -160,10 +160,10 @@ module documentation. This section lists the differences between the API and
encoding argument should be specified as "utf-8".
.. versionchanged:: 2.3
the *encoding* argument was introduced.
the *encoding* argument was introduced
; see :meth:`writexml`
.
.. method:: Node.toprettyxml([indent
[, newl
]])
.. method:: Node.toprettyxml([indent
=""[, newl=""[, encoding=""]
]])
Return a pretty-printed version of the document. *indent* specifies the
indentation string and defaults to a tabulator; *newl* specifies the string
...
...
@@ -172,7 +172,7 @@ module documentation. This section lists the differences between the API and
.. versionadded:: 2.1
.. versionchanged:: 2.3
the encoding argument
; see :meth:`to
xml`.
the encoding argument
was introduced; see :meth:`write
xml`.
The following standard DOM methods have special considerations with
:mod:`xml.dom.minidom`:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment