Package | Description |
---|---|
javax.xml.parsers | |
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
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.xalan.xsltc.dom | |
org.apache.xalan.xsltc.trax | |
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 |
Modifier and Type | Method and Description |
---|---|
abstract void |
DocumentBuilder.setEntityResolver(EntityResolver er)
Specify the
EntityResolver to be used to resolve
entities present in the XML document to be parsed. |
Modifier and Type | Method and Description |
---|---|
EntityResolver |
DTMDocument.getEntityResolver() |
Modifier and Type | Class and Description |
---|---|
class |
StylesheetHandler
Initializes and processes a stylesheet via SAX events.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformerHandlerImpl
A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result.
|
class |
TrAXFilter |
Modifier and Type | Class and Description |
---|---|
class |
SAXImpl
SAXImpl is the core model for SAX input source.
|
Modifier and Type | Method and Description |
---|---|
EntityResolver |
SimpleResultTreeImpl.getEntityResolver() |
EntityResolver |
AdaptiveResultTreeImpl.getEntityResolver() |
Modifier and Type | Method and Description |
---|---|
EntityResolver |
DOM2TO.getEntityResolver()
This class is only used internally so this method should never
be called.
|
EntityResolver |
DOM2SAX.getEntityResolver()
This class is only used internally so this method should never
be called.
|
Modifier and Type | Method and Description |
---|---|
void |
DOM2TO.setEntityResolver(EntityResolver resolver)
This class is only used internally so this method should never
be called.
|
void |
DOM2SAX.setEntityResolver(EntityResolver resolver)
This class is only used internally so this method should never
be called.
|
Modifier and Type | Method and Description |
---|---|
EntityResolver |
DTM.getEntityResolver()
Return this DTM's EntityResolver, if it has one.
|
Modifier and Type | Method and Description |
---|---|
EntityResolver |
DTMDocumentImpl.getEntityResolver()
Return this DTM's EntityResolver.
|
Modifier and Type | Method and Description |
---|---|
EntityResolver |
DOM2DTM.getEntityResolver()
Return this DTM's EntityResolver.
|
Modifier and Type | Class and Description |
---|---|
class |
SAX2DTM
This class implements a DTM that tends to be optimized more for speed than
for compactness, that is constructed via SAX2 ContentHandler events.
|
class |
SAX2DTM2
SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
|
class |
SAX2RTFDTM
This is a subclass of SAX2DTM which has been modified to meet the needs of
Result Tree Frameworks (RTFs).
|
Modifier and Type | Method and Description |
---|---|
EntityResolver |
SAX2DTM.getEntityResolver()
Return this DTM's EntityResolver.
|
Modifier and Type | Class and Description |
---|---|
class |
StylesheetPIHandler
Search for the xml-stylesheet processing instructions in an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerBase
Deprecated.
This class works with the deprecated
DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. |
Modifier and Type | Method and Description |
---|---|
EntityResolver |
XMLReader.getEntityResolver()
Return the current entity resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLReader.setEntityResolver(EntityResolver resolver)
Allow an application to register an entity resolver.
|
void |
Parser.setEntityResolver(EntityResolver resolver)
Deprecated.
Allow an application to register a custom entity resolver.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntityResolver2
Extended interface for mapping external entity references to input
sources, or providing a missing external subset.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHandler2
This class extends the SAX2 base handler class to support the
SAX2
LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHandler
Default base class for SAX2 event handlers.
|
class |
XMLFilterImpl
Base class for deriving an XML filter.
|
Modifier and Type | Method and Description |
---|---|
EntityResolver |
XMLFilterImpl.getEntityResolver()
Get the current entity resolver.
|
EntityResolver |
ParserAdapter.getEntityResolver()
Return the current entity resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLReaderAdapter.setEntityResolver(EntityResolver resolver)
Register the entity resolver.
|
void |
XMLFilterImpl.setEntityResolver(EntityResolver resolver)
Set the entity resolver.
|
void |
ParserAdapter.setEntityResolver(EntityResolver resolver)
Set the entity resolver.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.