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
0f871dc3
Kaydet (Commit)
0f871dc3
authored
Haz 21, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added some "See also" references to htmllib docs.
Documented htmlentitydefs.
üst
2cd31dc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
libhtmllib.tex
Doc/lib/libhtmllib.tex
+32
-0
No files found.
Doc/lib/libhtmllib.tex
Dosyayı görüntüle @
0f871dc3
...
...
@@ -68,6 +68,16 @@ required by the HTML 2.0 specification (\rfc{1866}). It also defines
handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
\end{classdesc}
\begin{seealso}
\seemodule
{
htmlentitydefs
}{
Definition of replacement text for HTML
2.0 entities.
}
\seemodule
{
sgmllib
}{
Base class for
\class
{
HTMLParser
}
.
}
\end{seealso}
\subsection
{
HTMLParser Objects
\label
{
html-parser-objects
}}
In addition to tag methods, the
\class
{
HTMLParser
}
class provides some
additional methods and instance variables for use within tag methods.
...
...
@@ -119,3 +129,25 @@ false, whitespace is collapsed to single spaces. A call to this
method without a preceeding call to
\method
{
save
_
bgn()
}
will raise a
\exception
{
TypeError
}
exception.
\end{methoddesc}
\section
{
\module
{
htmlentitydefs
}
---
Definitions of HTML general entities
}
\declaremodule
{
standard
}{
htmlentitydefs
}
\modulesynopsis
{
Definitions of HTML general entities.
}
\sectionauthor
{
Fred L. Drake, Jr.
}{
fdrake@acm.org
}
This module defines a single dictionary,
\code
{
entitydefs
}
, which is
used by the
\refmodule
{
htmllib
}
module to provide the
\member
{
entitydefs
}
member of the
\class
{
HTMLParser
}
class. The
definition provided here contains all the entities defined by HTML 2.0
that can be handled using simple textual substitution in the Latin-1
character set (ISO-8859-1).
\begin{datadesc}
{
entitydefs
}
A dictionary mapping HTML 2.0 entity definitions to their
replacement text in ISO Latin-1.
\end{datadesc}
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