diff options
Diffstat (limited to 'Doc/lib/xmlsaxhandler.tex')
-rw-r--r-- | Doc/lib/xmlsaxhandler.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index 0b922ef..c3c72e7 100644 --- a/Doc/lib/xmlsaxhandler.tex +++ b/Doc/lib/xmlsaxhandler.tex @@ -14,7 +14,7 @@ handlers, error handlers, and entity resolvers. Applications normally only need to implement those interfaces whose events they are interested in; they can implement the interfaces in a single object or in multiple objects. Handler implementations should inherit from the -base classes provided in the module \module{xml.sax}, so that all +base classes provided in the module \module{xml.sax.handler}, so that all methods get default implementations. \begin{classdesc*}{ContentHandler} |