]> granicus.if.org Git - python/commitdiff
Added information on the ExternalEntityParserCreate() method.
authorFred Drake <fdrake@acm.org>
Sat, 23 Dec 2000 22:19:05 +0000 (22:19 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 23 Dec 2000 22:19:05 +0000 (22:19 +0000)
Doc/lib/libpyexpat.tex

index eb8ccdb63eeb379712c370bc866e7526d2439db9..038e555d38bbf03a7bf4f7abcaeaa31d9be60762 100644 (file)
@@ -80,15 +80,17 @@ http://default-namespace.org/ root
 http://www.python.org/ns/ elem1
 elem2
 \end{verbatim}
-
 \end{funcdesc}
 
+
+\subsection{XMLParser Objects \label{xmlparser-objects}}
+
 \class{xmlparser} objects have the following methods:
 
 \begin{methoddesc}[xmlparser]{Parse}{data\optional{, isfinal}}
 Parses the contents of the string \var{data}, calling the appropriate
 handler functions to process the parsed data.  \var{isfinal} must be
-true on the final call to this method.    \var{data} can be the empty
+true on the final call to this method.  \var{data} can be the empty
 string at any time.
 \end{methoddesc}
 
@@ -112,6 +114,14 @@ Returns a string containing the base set by a previous call to
 \method{SetBase()} hasn't been called.
 \end{methoddesc}
 
+\begin{methoddesc}[xmlparser]{ExternalEntityParserCreate}{context\optional{,
+                                                          encoding}}
+Create a ``child'' parser which can be used to parse an external
+parsed entity referred to by content parsed by the parent parser.  The
+\var{content} parameter should be the string passed to the
+\method{ExternalEntityRefHandler()} handler function, described below.
+\end{methoddesc}
+
 
 \class{xmlparser} objects have the following attributes: