|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityResolver | |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
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 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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |