Uses of Interface
org.xml.sax.EntityResolver
| Package | Description |
|---|---|
| javax.xml.parsers | |
| org.apache.harmony.xml | |
| 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.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.xml.sax | |
| org.xml.sax.ext | |
| org.xml.sax.helpers | |
| org.xmlpull.v1.sax2 |
-
Uses of EntityResolver in javax.xml.parsers
Methods in javax.xml.parsers with parameters of type EntityResolver Modifier and Type Method Description abstract voidDocumentBuilder. setEntityResolver(EntityResolver er)Specify theEntityResolverto be used to resolve entities present in the XML document to be parsed. -
Uses of EntityResolver in org.apache.harmony.xml
Methods in org.apache.harmony.xml that return EntityResolver Modifier and Type Method Description EntityResolverExpatReader. getEntityResolver()Methods in org.apache.harmony.xml with parameters of type EntityResolver Modifier and Type Method Description voidExpatReader. setEntityResolver(EntityResolver resolver) -
Uses of EntityResolver in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement EntityResolver Modifier and Type Class Description classStylesheetHandlerInitializes and processes a stylesheet via SAX events. -
Uses of EntityResolver in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement EntityResolver Modifier and Type Class Description classTransformerHandlerImplA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.classTrAXFilter -
Uses of EntityResolver in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return EntityResolver Modifier and Type Method Description EntityResolverDTM. getEntityResolver()Return this DTM's EntityResolver, if it has one. -
Uses of EntityResolver in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return EntityResolver Modifier and Type Method Description EntityResolverDTMDocumentImpl. getEntityResolver()Return this DTM's EntityResolver. -
Uses of EntityResolver in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that return EntityResolver Modifier and Type Method Description EntityResolverDOM2DTM. getEntityResolver()Return this DTM's EntityResolver. -
Uses of EntityResolver in org.apache.xml.dtm.ref.sax2dtm
Classes in org.apache.xml.dtm.ref.sax2dtm that implement EntityResolver Modifier and Type Class Description classSAX2DTMThis class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.classSAX2DTM2SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.classSAX2RTFDTMThis is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).Methods in org.apache.xml.dtm.ref.sax2dtm that return EntityResolver Modifier and Type Method Description EntityResolverSAX2DTM. getEntityResolver()Return this DTM's EntityResolver. -
Uses of EntityResolver in org.apache.xml.utils
Classes in org.apache.xml.utils that implement EntityResolver Modifier and Type Class Description classStylesheetPIHandlerSearch for the xml-stylesheet processing instructions in an XML document. -
Uses of EntityResolver in org.xml.sax
Classes in org.xml.sax that implement EntityResolver Modifier and Type Class Description classHandlerBaseDeprecated.Methods in org.xml.sax that return EntityResolver Modifier and Type Method Description EntityResolverXMLReader. getEntityResolver()Return the current entity resolver.Methods in org.xml.sax with parameters of type EntityResolver Modifier and Type Method Description voidParser. setEntityResolver(EntityResolver resolver)Deprecated.Allow an application to register a custom entity resolver.voidXMLReader. setEntityResolver(EntityResolver resolver)Allow an application to register an entity resolver. -
Uses of EntityResolver in org.xml.sax.ext
Subinterfaces of EntityResolver in org.xml.sax.ext Modifier and Type Interface Description interfaceEntityResolver2Extended interface for mapping external entity references to input sources, or providing a missing external subset.Classes in org.xml.sax.ext that implement EntityResolver Modifier and Type Class Description classDefaultHandler2This class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2extensions. -
Uses of EntityResolver in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement EntityResolver Modifier and Type Class Description classDefaultHandlerDefault base class for SAX2 event handlers.classXMLFilterImplBase class for deriving an XML filter.Methods in org.xml.sax.helpers that return EntityResolver Modifier and Type Method Description EntityResolverParserAdapter. getEntityResolver()Return the current entity resolver.EntityResolverXMLFilterImpl. getEntityResolver()Get the current entity resolver.Methods in org.xml.sax.helpers with parameters of type EntityResolver Modifier and Type Method Description voidParserAdapter. setEntityResolver(EntityResolver resolver)Set the entity resolver.voidXMLFilterImpl. setEntityResolver(EntityResolver resolver)Set the entity resolver.voidXMLReaderAdapter. setEntityResolver(EntityResolver resolver)Register the entity resolver. -
Uses of EntityResolver in org.xmlpull.v1.sax2
Methods in org.xmlpull.v1.sax2 that return EntityResolver Modifier and Type Method Description EntityResolverDriver. getEntityResolver()Methods in org.xmlpull.v1.sax2 with parameters of type EntityResolver Modifier and Type Method Description voidDriver. setEntityResolver(EntityResolver resolver)
DocumentHandlerinterface.