See: Description
Interface | Description |
---|---|
StylesheetCache.TraceListenerFactory |
Class | Description |
---|---|
DTDSuppressingXMLReader |
Simple wrapper for an XML reader that requests it to avoid loading external
DTDs.
|
LatencyCutoffStream |
This class prints out latency information after a given number of bytes
have been output.
|
SessionURLRewriter |
If session data has been established, this class takes care of adding the
session ID to URLs output by a Saxon transformation.
|
StylesheetCache |
This class is used to cache stylesheets so they don't have to be
reloaded each time they're used.
|
StylesheetCache.DepResolver |
While loading a stylesheet, we record all the sub-stylesheets
referenced by it, so that we can form a list of all the dependencies.
|
TextConfig |
Common members and methods for servlet configuration classes
|
TextServlet |
Base class for the crossQuery and dynaXML servlets.
|
Exception | Description |
---|---|
CQLParseException |
This exception is thrown when the request contains an invalid query
string.
|
RedirectException |
This exception is thrown when the an HTTP redirect has been
requested.
|
This package contains a few classes shared by both the crossQuery and dynaXML servlets, embodying as much shared functionality as possble.