Uses of Interface
org.xml.sax.EntityResolver
Package
Description
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
Provides the interfaces for the Simple API for XML (SAX).
Provides interfaces to SAX2 facilities that
conformant SAX drivers won't necessarily support.
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of EntityResolver in javax.xml.catalog
Modifier and TypeInterfaceDescriptioninterface
A Catalog Resolver that implements SAXEntityResolver
, StAXXMLResolver
, DOM LSLSResourceResolver
used by Schema Validation, and TransformURIResolver
, and resolves external references using catalogs. -
Uses of EntityResolver in javax.xml.parsers
Modifier and TypeMethodDescriptionabstract void
DocumentBuilder.setEntityResolver
(EntityResolver er) Specify theEntityResolver
to be used to resolve entities present in the XML document to be parsed. -
Uses of EntityResolver in org.xml.sax
Modifier and TypeMethodDescriptionXMLReader.getEntityResolver()
Return the current entity resolver.Modifier and TypeMethodDescriptionvoid
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.ext
Modifier and TypeInterfaceDescriptioninterface
Extended interface for mapping external entity references to input sources, or providing a missing external subset.Modifier and TypeClassDescriptionclass
This class extends the SAX2 base handler class to support the SAX2LexicalHandler
,DeclHandler
, andEntityResolver2
extensions. -
Uses of EntityResolver in org.xml.sax.helpers
Modifier and TypeClassDescriptionclass
Default base class for SAX2 event handlers.class
Base class for deriving an XML filter.Modifier and TypeMethodDescriptionParserAdapter.getEntityResolver()
Return the current entity resolver.XMLFilterImpl.getEntityResolver()
Get the current entity resolver.Modifier and TypeMethodDescriptionvoid
ParserAdapter.setEntityResolver
(EntityResolver resolver) Set the entity resolver.void
XMLFilterImpl.setEntityResolver
(EntityResolver resolver) Set the entity resolver.void
XMLReaderAdapter.setEntityResolver
(EntityResolver resolver) Register the entity resolver.
DocumentHandler
interface.