From b6aa9cbb96f99baf45a276c3db0d80b30daafbdb Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 25 Jun 2002 16:58:58 +0000 Subject: [PATCH] Added some more links to the "See also" section. --- Doc/lib/xmlsax.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Doc/lib/xmlsax.tex b/Doc/lib/xmlsax.tex index c5483ac1dd..a3631f8658 100644 --- a/Doc/lib/xmlsax.tex +++ b/Doc/lib/xmlsax.tex @@ -117,6 +117,15 @@ exception classes. the SAX API. It provides a Java implementation and online documentation. Links to implementations and historical information are also available.} + + \seemodule{xml.sax.handler}{Definitions of the interfaces for + application-provided objects.} + + \seemodule{xml.sax.saxutils}{Convenience functions for use in SAX + applications.} + + \seemodule{xml.sax.xmlreader}{Definitions of the interfaces for + parser-provided objects.} \end{seealso} -- 2.50.0