summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpyexpat.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-25 14:14:30 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-25 14:14:30 (GMT)
commitd79c33a47b45f37ff7c3cbda6a964121423970f6 (patch)
tree774ecfdb2218318350047c6aeb219493758050b7 /Doc/lib/libpyexpat.tex
parentb00adfbd83147647d3cb27f75429a928d74a3f3b (diff)
downloadcpython-d79c33a47b45f37ff7c3cbda6a964121423970f6.zip
cpython-d79c33a47b45f37ff7c3cbda6a964121423970f6.tar.gz
cpython-d79c33a47b45f37ff7c3cbda6a964121423970f6.tar.bz2
Minor cleanups, wrap long lines.
Diffstat (limited to 'Doc/lib/libpyexpat.tex')
-rw-r--r--Doc/lib/libpyexpat.tex18
1 files changed, 12 insertions, 6 deletions
diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex
index fe2086d..78434b4 100644
--- a/Doc/lib/libpyexpat.tex
+++ b/Doc/lib/libpyexpat.tex
@@ -59,7 +59,8 @@ For example, if \var{namespace_separator} is set to
</root>
\end{verbatim}
-\function{StartElementHandler()} will receive the following strings for each element:
+\function{StartElementHandler()} will receive the following strings
+for each element:
\begin{verbatim}
http://default-namespace.org/ root
@@ -98,7 +99,7 @@ Returns a string containing the base set by a previous call to
\method{SetBase()} hasn't been called.
\end{methoddesc}
-\class{xmlparser} objects have the following attributes.
+\class{xmlparser} objects have the following attributes:
\begin{datadesc}{returns_unicode}
If this attribute is set to 1, the handler functions will be passed
@@ -154,11 +155,14 @@ Called for every processing instruction.
Called for character data.
\end{methoddesc}
-\begin{methoddesc}{UnparsedEntityDeclHandler}{entityName, base, systemId, publicId, notationName}
+\begin{methoddesc}{UnparsedEntityDeclHandler}{entityName, base,
+ systemId, publicId,
+ notationName}
Called for unparsed (NDATA) entity declarations.
\end{methoddesc}
-\begin{methoddesc}{NotationDeclHandler}{notationName, base, systemId, publicId}
+\begin{methoddesc}{NotationDeclHandler}{notationName, base, systemId,
+ publicId}
Called for notation declarations.
\end{methoddesc}
@@ -197,10 +201,12 @@ The entity reference will not be passed to the default handler.
\end{methoddesc}
\begin{methoddesc}{NotStandaloneHandler}{}
-Called if the XML document hasn't been declared as being a standalone document.
+Called if the XML document hasn't been declared as being a standalone
+document.
\end{methoddesc}
-\begin{methoddesc}{ExternalEntityRefHandler}{context, base, systemId, publicId}
+\begin{methoddesc}{ExternalEntityRefHandler}{context, base, systemId,
+ publicId}
Called for references to external entities.
\end{methoddesc}