Eclipse Platform
2.1

Uses of Interface
org.xml.sax.ErrorHandler

Packages that use ErrorHandler
org.eclipse.update.core.model Provides model support for extending the base installation and update services. 
org.xml.sax Simple API for XML (SAX) 
org.xml.sax.helpers SAX helper classes. 
 

Uses of ErrorHandler in org.eclipse.update.core.model
 

Classes in org.eclipse.update.core.model that implement ErrorHandler
 class DefaultFeatureParser
          Default feature parser.
 class DefaultSiteParser
          Default site parser.
 

Uses of ErrorHandler in org.xml.sax
 

Classes in org.xml.sax that implement ErrorHandler
 class HandlerBase
          Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
 

Uses of ErrorHandler in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement ErrorHandler
 class DefaultHandler
          Default base class for SAX2 event handlers.
 class XMLFilterImpl
          Base class for deriving an XML filter.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.