Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.
XML API 1.0

Uses of Interface
org.xml.sax.EntityResolver

Packages that use EntityResolver
javax.xml.parsers The javax.xml.parsers package contains the Java API for XML Processing (JAXP) subset defined by JSR 280. 
org.xml.sax This package provides the core of the Java ME SAX API subset defined by JSR 280. 
org.xml.sax.helpers   
 

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.xml.sax
 

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 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.
 


XML API 1.0

No warranty, no copyright, This is public domain. See the copyright notice for details.

Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms. For more information, please consult the JSR 280 specification.