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
24d6da3e
Kaydet (Commit)
24d6da3e
authored
Ara 13, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added "stub" documentation for xml.dom.pulldom for Paul to fill out with
useful explanations.
üst
ff87174d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
0 deletions
+63
-0
Makefile.deps
Doc/Makefile.deps
+1
-0
lib.tex
Doc/lib/lib.tex
+1
-0
xmldompulldom.tex
Doc/lib/xmldompulldom.tex
+61
-0
No files found.
Doc/Makefile.deps
Dosyayı görüntüle @
24d6da3e
...
...
@@ -172,6 +172,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
../lib/libpyexpat.tex
\
../lib/xmldom.tex
\
../lib/xmldomminidom.tex
\
../lib/xmldompulldom.tex
\
../lib/xmlsax.tex
\
../lib/xmlsaxhandler.tex
\
../lib/xmlsaxutils.tex
\
...
...
Doc/lib/lib.tex
Dosyayı görüntüle @
24d6da3e
...
...
@@ -236,6 +236,7 @@ and how to embed it in other applications.
\input
{
libpyexpat
}
\input
{
xmldom
}
\input
{
xmldomminidom
}
\input
{
xmldompulldom
}
\input
{
xmlsax
}
\input
{
xmlsaxhandler
}
\input
{
xmlsaxutils
}
...
...
Doc/lib/xmldompulldom.tex
0 → 100644
Dosyayı görüntüle @
24d6da3e
\section
{
\module
{
xml.dom.pulldom
}
---
Support for building partial DOM trees
}
\declaremodule
{
standard
}{
xml.dom.pulldom
}
\modulesynopsis
{
Support for building partial DOM trees from SAX events.
}
\moduleauthor
{
Paul Prescod
}{
paul@prescod.net
}
\versionadded
{
2.0
}
\module
{
xml.dom.pulldom
}
allows building only selected portions of a
Document Object Model representation of a document from SAX events.
\begin{classdesc}
{
PullDOM
}{
\optional
{
documentFactory
}}
\class
{
xml.sax.handler.ContentHandler
}
implementation that ...
\end{classdesc}
\begin{classdesc}
{
DOMEventStream
}{
stream, parser, bufsize
}
...
\end{classdesc}
\begin{classdesc}
{
SAX2DOM
}{
\optional
{
documentFactory
}}
\class
{
xml.sax.handler.ContentHandler
}
implementation that ...
\end{classdesc}
\begin{funcdesc}
{
parse
}{
stream
_
or
_
string
\optional
{
,
parser
\optional
{
, bufsize
}}}
...
\end{funcdesc}
\begin{funcdesc}
{
parseString
}{
string
\optional
{
, parser
}}
...
\end{funcdesc}
\begin{datadesc}
{
default
_
bufsize
}
Default value for the
\var
{
busize
}
parameter to
\function
{
parse()
}
.
\versionchanged
[The value of this variable can be changed before
calling
\function
{
parse()
}
and the new value will
take effect]
{
2.1
}
\end{datadesc}
\subsection
{
DOMEventStream Objects
\label
{
domeventstream-objects
}}
\begin{methoddesc}
[DOMEventStream]
{
getEvent
}{}
...
\end{methoddesc}
\begin{methoddesc}
[DOMEventStream]
{
expandNode
}{
node
}
...
\end{methoddesc}
\begin{methoddesc}
[DOMEventStream]
{
reset
}{}
...
\end{methoddesc}
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