Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f08cbb17
Commit
f08cbb17
authored
Dec 23, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added information on the ExternalEntityParserCreate() method.
parent
1e0611b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
Doc/lib/libpyexpat.tex
Doc/lib/libpyexpat.tex
+12
-2
No files found.
Doc/lib/libpyexpat.tex
View file @
f08cbb17
...
...
@@ -80,9 +80,11 @@ 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
}}
...
...
@@ -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:
...
...
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