Uses of Interface
org.xml.sax.EntityResolver

Packages that use EntityResolver
com.sun.xml.parser This package holds two fast "XML Processors" as defined in the XML 1.0 specification; these are parsers (validating and non-validating) with some supporting classes and interfaces. 
org.xml.sax SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. 
 

Uses of EntityResolver in com.sun.xml.parser
 

Classes in com.sun.xml.parser that implement EntityResolver
 class Resolver
          This entity resolver class provides a number of utilities which can help managment of external parsed entities in XML.
 

Methods in com.sun.xml.parser that return EntityResolver
 EntityResolver Parser.getEntityResolver()
          Returns the object used to resolve entities
 

Methods in com.sun.xml.parser with parameters of type EntityResolver
 void Parser.setEntityResolver(EntityResolver r)
          SAX: Lets applications control entity resolution.
 

Uses of EntityResolver in org.xml.sax
 

Classes in org.xml.sax that implement EntityResolver
 class HandlerBase
          Default base class for handlers.
 

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



Submit Feedback to xml-feedback@java.sun.com