]> granicus.if.org Git - python/commitdiff
get_starttag_text(): Document this method.
authorFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 14:32:04 +0000 (14:32 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 14:32:04 +0000 (14:32 +0000)
Doc/lib/libsgmllib.tex

index e441c1249f2c17b34fdcbd954c570511c6e48de5..5a644b63339a51cc3df387810bfdeb7ccf34c14f 100644 (file)
@@ -70,6 +70,14 @@ define additional processing at the end of the input, but the
 redefined version should always call \method{close()}.
 \end{methoddesc}
 
+\begin{methoddesc}{get_starttag_text}{}
+Return the text of the most recently opened start tag.  This should
+not normally be needed for structured processing, but may be useful in
+dealing with HTML ``as deployed'' or for re-generating input with
+minimal changes (whitespace between attributes can be preserved,
+etc.).
+\end{methoddesc}
+
 \begin{methoddesc}{handle_starttag}{tag, method, attributes}
 This method is called to handle start tags for which either a
 \method{start_\var{tag}()} or \method{do_\var{tag}()} method has been