Uses of Package
org.xml.sax.helpers

Packages that use org.xml.sax.helpers
javax.xml.parsers Provides classes allowing the processing of XML documents. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xml.utils Implementation of Xalan utility classes. 
 

Classes in org.xml.sax.helpers used by javax.xml.parsers
DefaultHandler
          Default base class for SAX2 event handlers.
 

Classes in org.xml.sax.helpers used by org.apache.xalan.processor
DefaultHandler
          Default base class for SAX2 event handlers.
 

Classes in org.xml.sax.helpers used by org.apache.xalan.stree
DefaultHandler
          Default base class for SAX2 event handlers.
 

Classes in org.xml.sax.helpers used by org.apache.xalan.templates
NamespaceSupport
          Encapsulate Namespace logic for use by SAX drivers.
 

Classes in org.xml.sax.helpers used by org.apache.xalan.transformer
NamespaceSupport
          Encapsulate Namespace logic for use by SAX drivers.
XMLFilterImpl
          Base class for deriving an XML filter.
 

Classes in org.xml.sax.helpers used by org.apache.xml.utils
AttributesImpl
          Default implementation of the Attributes interface.
LocatorImpl
          Provide an optional convenience implementation of Locator.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.