| Name | Package | Description |
| Closure | org.apache.xalan.xsltc.compiler | No description provided. |
| CollatorFactory | org.apache.xalan.xsltc | No description provided. |
| ConnectionPool | org.apache.xalan.lib.sql | An interface used to build wrapper classes around existing
Connection Pool libraries. |
| Constants | org.apache.xalan.xsltc.compiler | No description provided. |
| Constants | org.apache.xalan.xsltc.runtime | This class defines constants used by both the compiler and the
runtime system. |
| ContextNodeList | org.apache.xpath.axes | Classes who implement this interface can be a
current node list,
also refered to here as a context node list. |
| CoroutineParser | org.apache.xml.dtm.ref | CoroutineParser is an API for parser threads that operate as
coroutines. |
| CurrentNodeListFilter | org.apache.xalan.xsltc.dom | No description provided. |
| DOM | org.apache.xalan.xsltc | No description provided. |
| DOM2DTM.CharacterNodeHandler | org.apache.xml.dtm.ref.dom2dtm | No description provided. |
| DOMBuilder | org.apache.xalan.xsltc.dom | No description provided. |
| DOMCache | org.apache.xalan.xsltc | No description provided. |
| DOMEnhancedForDTM | org.apache.xalan.xsltc | Interface for SAXImpl which adds methods used at run-time, over and above
those provided by the XSLTC DOM interface. |
| DOMOrder | org.apache.xml.utils | No description provided. |
| DOMSerializer | org.apache.xml.serializer | Interface for a DOM serializer implementation. |
| DOMSerializer | org.apache.xalan.serialize | No description provided. |
| DTM | org.apache.xml.dtm | DTM is an XML document model expressed as a table
rather than an object tree. |
| DTMAxisIterator | org.apache.xml.dtm | This class iterates over a single XPath Axis, and returns node handles. |
| DTMDocument.CharacterNodeHandler | org.apache.xalan.lib.sql | No description provided. |
| DTMFilter | org.apache.xml.dtm | Simple filter for doing node tests. |
| DTMIterator | org.apache.xml.dtm | DTMIterators are used to step through a (possibly
filtered) set of nodes. |
| DTMWSFilter | org.apache.xml.dtm | This interface is meant to be implemented by a client of the DTM, and allows
stripping of whitespace nodes. |
| ExpressionContext | org.apache.xalan.extensions | An object that implements this interface can supply
information about the current XPath expression context. |
| ExpressionNode | org.apache.xpath | A class that implements this interface can construct expressions,
give information about child and parent expressions,
and give the originating source information. |
| ExpressionOwner | org.apache.xpath | Classes that implement this interface own an expression, which
can be rewritten. |
| ExtendedSAX | org.apache.xalan.xsltc.dom | No description provided. |
| ExtensionsProvider | org.apache.xpath | Interface that XPath objects can call to obtain access to an
ExtensionsTable. |
| Filter | org.apache.xalan.xsltc.dom | No description provided. |
| IncrementalSAXSource | org.apache.xml.dtm.ref | IncrementalSAXSource is an API that delivers a small number of
SAX events each time a request is made from a "controller"
coroutine. |
| NodeConsumer | org.apache.xml.utils | The tree walker will test for this interface, and call
setOriginatingNode before calling the SAX event. |
| NodeIterator | org.apache.xalan.xsltc | No description provided. |
| NodeTest | org.apache.xalan.xsltc.compiler | No description provided. |
| NodeTestFilter | org.apache.xpath.patterns | This interface should be implemented by Nodes and/or iterators,
when they need to know what the node test is before they do
getNextChild, etc. |
| PathComponent | org.apache.xpath.axes | Classes who implement this information provide information needed for
static analysis of a path component. |
| PrefixResolver | org.apache.xml.utils | The class that implements this interface can resolve prefixes to
namespaces. |
| RawCharacterHandler | org.apache.xml.utils | An interface that a Serializer/ContentHandler/ContentHandler must
implement in order for disable-output-escaping to work. |
| SerializationHandler | org.apache.xml.serializer | This interface is the one that a serializer implements. |
| Serializer | org.apache.xml.serializer | The Serializer interface is implemented by a serializer to enable users to:
- get and set streams or writers
- configure the serializer with key/value properties
- get an org.xml.sax.ContentHandler or a DOMSerializer to provide input to
|
| Serializer | org.apache.xalan.serialize | The Serializer interface is implemented by Serializers to publish methods
to get and set streams and writers, to set the output properties, and
get the Serializer as a ContentHandler or DOMSerializer. |
| SerializerTrace | org.apache.xml.serializer | This interface defines a set of integer constants that identify trace event
types. |
| SourceLoader | org.apache.xalan.xsltc.compiler | No description provided. |
| StripFilter | org.apache.xalan.xsltc | No description provided. |
| StripWhitespaceFilter | org.apache.xalan.xsltc.dom | No description provided. |
| SubContextList | org.apache.xpath.axes | A class that implements this interface is a sub context node list, meaning it
is a node list for a location path step for a predicate. |
| TraceListener | org.apache.xalan.trace | Interface the XSL processor calls when it matches a source node, selects a set of source nodes,
or generates a result node. |
| TraceListenerEx | org.apache.xalan.trace | Extends TraceListener but adds a SelectEnd event. |
| TraceListenerEx2 | org.apache.xalan.trace | Extends TraceListenerEx but adds a EndTrace event. |
| TraceListenerEx3 | org.apache.xalan.trace | Extends TraceListenerEx2 but adds extensions trace events. |
| TransformerClient | org.apache.xalan.transformer | A content handler can get a reference
to a TransformState by implementing
the TransformerClient interface. |
| TransformSnapshot | org.apache.xalan.transformer | This is an opaque interface that allows the transformer to return a
"snapshot" of it's current state, which can later be restored. |
| TransformState | org.apache.xalan.transformer | This interface is meant to be used by a consumer of
SAX2 events produced by Xalan, and enables the consumer
to get information about the state of the transform. |
| TransformStateSetter | org.apache.xml.serializer | This interface is meant to be used by a base interface to
TransformState, but which as only the setters which have non Xalan
specific types in their signature, so that there are no dependancies
of the serializer on Xalan. |
| Translet | org.apache.xalan.xsltc | No description provided. |
| WhitespaceStrippingElementMatcher | org.apache.xpath | A class that implements this interface can tell if a given element should
strip whitespace nodes from it's children. |
| XMLString | org.apache.xml.utils | This class is meant to be an interface to character strings, whether they
be java Strings or org.apache.xml.utils.FastStringBuffers, or
other character data. |
| XPathFactory | org.apache.xpath | Factory class for creating an XPath. |
| XPathVisitable | org.apache.xpath | A class that implements this interface will call a XPathVisitor
for itself and members within it's heararchy. |
| XSLTVisitable | org.apache.xalan.templates | A class that implements this interface will call a XSLTVisitor
for itself and members within it's heararchy. |