Uses of Interface
org.xml.sax.EntityResolver

Packages that use EntityResolver
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.transformer In charge of run-time transformations and the production of result trees. 
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of EntityResolver in javax.xml.parsers
 

Methods in javax.xml.parsers with parameters of type EntityResolver
abstract  void DocumentBuilder.setEntityResolver(EntityResolver er)
          Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
 

Uses of EntityResolver in org.apache.xalan.processor
 

Classes in org.apache.xalan.processor that implement EntityResolver
 class CompilingStylesheetHandler
          **For advanced use only** Initializes and processes a stylesheet via SAX events.
 class StylesheetHandler
          **For advanced use only** Initializes and processes a stylesheet via SAX events.
 class StylesheetPIHandler
          Search for the xml-stylesheet processing instructions in an XML document.
 

Uses of EntityResolver in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement EntityResolver
 class SourceTreeHandler
          This class handles SAX2 parse events to create a source tree for transformation.
 

Uses of EntityResolver in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement EntityResolver
 class TrAXFilter
           
 

Uses of EntityResolver in org.xml.sax
 

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

Methods in org.xml.sax that return EntityResolver
 EntityResolver XMLReader.getEntityResolver()
          Return the current entity resolver.
 

Methods in org.xml.sax with parameters of type EntityResolver
 void Parser.setEntityResolver(EntityResolver resolver)
          Deprecated. Allow an application to register a custom entity resolver.
 void XMLReader.setEntityResolver(EntityResolver resolver)
          Allow an application to register an entity resolver.
 

Uses of EntityResolver in org.xml.sax.helpers
 

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

Methods in org.xml.sax.helpers that return EntityResolver
 EntityResolver XMLFilterImpl.getEntityResolver()
          Get the current entity resolver.
 EntityResolver ParserAdapter.getEntityResolver()
          Return the current entity resolver.
 

Methods in org.xml.sax.helpers with parameters of type EntityResolver
 void XMLFilterImpl.setEntityResolver(EntityResolver resolver)
          Set the entity resolver.
 void ParserAdapter.setEntityResolver(EntityResolver resolver)
          Set the entity resolver.
 void XMLReaderAdapter.setEntityResolver(EntityResolver resolver)
          Register the entity resolver.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.