| Library: | Apache Xalan |
| Version: | 2.7.0 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description | ||
|---|---|---|---|---|
| AbsoluteIterator | org.apache.xalan.xsltc.dom | Absolute iterators ignore the node that is passed to setStartNode(). | ||
| AbsPathChecker | org.apache.xalan.templates | This class runs over a path expression that is assumed to be absolute, and checks for variables and the like that may make it context dependent. | ||
| AbstractTranslet | org.apache.xalan.xsltc.runtime | No description provided. | ||
| AdaptiveResultTreeImpl | org.apache.xalan.xsltc.dom | AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF). | ||
| And | org.apache.xpath.operations | The 'and' operation expression executer. | ||
| AnyNodeCounter | org.apache.xalan.xsltc.dom | No description provided. | ||
| Arg | org.apache.xpath | This class holds an instance of an argument on the stack. | ||
| AttList | org.apache.xml.serializer.utils | Wraps a DOM attribute list in a SAX Attributes. | ||
| AttList | org.apache.xml.utils | Wraps a DOM attribute list in a SAX Attributes. | ||
| AttributeIterator | org.apache.xpath.axes | This class implements an optimized iterator for attribute axes patterns. | ||
| AttributeList | org.apache.xalan.xsltc.runtime | No description provided. | ||
| Attributes | org.apache.xalan.xsltc.runtime | No description provided. | ||
| AttributeSetMethodGenerator | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| AttributesImplSerializer | org.apache.xml.serializer | This class extends org.xml.sax.helpers.AttributesImpl which implements org. | ||
| AVT | org.apache.xalan.templates | Class to hold an Attribute Value Template. | ||
| AVTPart | org.apache.xalan.templates | Class to hold a part, either a string or XPath, of an Attribute Value Template. | ||
| AVTPartSimple | org.apache.xalan.templates | Simple string part of a complex AVT. | ||
| AVTPartXPath | org.apache.xalan.templates | Simple string part of a complex AVT. | ||
| AxesWalker | org.apache.xpath.axes | Serves as common interface for axes Walkers, and stores common state variables. | ||
| Axis | org.apache.xml.dtm | Specifies values related to XPath Axes. | ||
| BasicTestIterator | org.apache.xpath.axes | Base for iterators that handle predicates. | ||
| BasisLibrary | org.apache.xalan.xsltc.runtime | Standard XSLT functions. | ||
| BitArray | org.apache.xalan.xsltc.dom | No description provided. | ||
| Bool | org.apache.xpath.operations | The 'boolean()' operation expression executer. | ||
| BooleanType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| BoolStack | org.apache.xml.serializer.utils | Simple stack for boolean values. | ||
| BoolStack | org.apache.xml.utils | Simple stack for boolean values. | ||
| CachedNodeListIterator | org.apache.xalan.xsltc.dom | CachedNodeListIterator is used for select expressions in a variable or parameter. | ||
| CachedXPathAPI | org.apache.xpath | The methods in this class are convenience methods into the low-level XPath API. | ||
| CallFunction | org.apache.xalan.xsltc.runtime | Resolve the function dynamically | ||
| CharArrayWrapper | org.apache.xml.utils.res | It is a mutable object to wrap the char[] used in the contents of the XResourceBundle class | ||
| ChildIterator | org.apache.xpath.axes | This class implements an optimized iterator for "node()" patterns, that is, any children of the context node. | ||
| ChildTestIterator | org.apache.xpath.axes | This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate. | ||
| ClassGenerator | org.apache.xalan.xsltc.compiler.util | The class that implements any class that inherits from AbstractTranslet, i.e. | ||
| ClonedNodeListIterator | org.apache.xalan.xsltc.dom | A ClonedNodeListIterator is returned by the cloneIterator() method of a CachedNodeListIterator. | ||
| ClonerToResultTree | org.apache.xalan.transformer | Class used to clone a node, possibly including its children to a result tree. | ||
| CollatorFactoryBase | org.apache.xalan.xsltc.dom | No description provided. | ||
| CompareGenerator | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| Compile | org.apache.xalan.xsltc.cmdline | No description provided. | ||
| Compiler | org.apache.xpath.compiler | An instance of this class compiles an XPath string expression into a Expression object. | ||
| ConnectionPoolManager | org.apache.xalan.lib.sql | No description provided. | ||
| Constants | org.apache.xml.utils | Primary constants used by the XSLT Processor | ||
| Constants | org.apache.xalan.templates | Primary constants used in the TransformerImpl classes. | ||
| ContextMatchStepPattern | org.apache.xpath.patterns | Special context node pattern matcher. | ||
| CoroutineManager | org.apache.xml.dtm.ref | Support the coroutine design pattern. | ||
| Counter | org.apache.xalan.transformer | A class that does incremental counting for support of xsl:number. | ||
| CountersTable | org.apache.xalan.transformer | This is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects. | ||
| CurrentNodeListIterator | org.apache.xalan.xsltc.dom | Iterators of this kind use a CurrentNodeListFilter to filter a subset of nodes from a source iterator. | ||
| CustomStringPool | org.apache.xml.dtm.ref | CustomStringPool is an example of appliction provided data structure for a DTM implementation to hold symbol references, e.g. | ||
| DecimalFormatProperties | org.apache.xalan.templates | Implement xsl:decimal-format. | ||
| DecimalToRoman | org.apache.xalan.transformer | Structure to help in converting integers to roman numerals | ||
| DefaultConnectionPool | org.apache.xalan.lib.sql | For internal connectiones, i.e. | ||
| DefaultErrorHandler | org.apache.xml.utils | Implement SAX error handler for default reporting. | ||
| DescendantIterator | org.apache.xpath.axes | This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns. | ||
| Div | org.apache.xpath.operations | The 'div' operation expression executer. | ||
| DocumentCache | org.apache.xalan.xsltc.dom | No description provided. | ||
| DocumentCache.CachedDocument | org.apache.xalan.xsltc.dom | No description provided. | ||
| DOM2DTM | org.apache.xml.dtm.ref.dom2dtm | The DOM2DTM class serves up a DOM's contents via the
DTM API. | ||
| DOM2DTMdefaultNamespaceDeclarationNode | org.apache.xml.dtm.ref.dom2dtm | This is a kluge to let us shove a declaration for xml: into the DOM2DTM model. | ||
| DOM2Helper | org.apache.xml.serializer.utils | This class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard. | ||
| DOM2Helper | org.apache.xml.utils | No description provided. | ||
| DOM2SAX | org.apache.xalan.xsltc.trax | No description provided. | ||
| DOM2TO | org.apache.xalan.xsltc.trax | No description provided. | ||
| DOMAdapter | org.apache.xalan.xsltc.dom | No description provided. | ||
| DOMBuilder | org.apache.xml.utils | This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment. | ||
| DOMHelper | org.apache.xml.utils | No description provided. | ||
| DOMWSFilter | org.apache.xalan.xsltc.dom | A wrapper class that adapts the DTMWSFilter interface to the XSLTC DOM StripFilter interface. | ||
| DTMAxisIteratorBase | org.apache.xml.dtm.ref | This class serves as a default base for implementations of mutable DTMAxisIterators. | ||
| DTMAxisIterNodeList | org.apache.xml.dtm.ref | DTMAxisNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. | ||
| DTMAxisTraverser | org.apache.xml.dtm | A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis. | ||
| DTMChildIterNodeList | org.apache.xml.dtm.ref | DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. | ||
| DTMDefaultBase | org.apache.xml.dtm.ref | The DTMDefaultBase class serves as a helper base for DTMs. | ||
| DTMDefaultBaseIterators | org.apache.xml.dtm.ref | This class implements the traversers for DTMDefaultBase. | ||
| DTMDefaultBaseIterators.AncestorIterator | org.apache.xml.dtm.ref | Iterator that returns the ancestors of a given node in document order. | ||
| DTMDefaultBaseIterators.AttributeIterator | org.apache.xml.dtm.ref | Iterator that returns attribute nodes (of what nodes?) | ||
| DTMDefaultBaseIterators.ChildrenIterator | org.apache.xml.dtm.ref | Iterator that returns all immediate children of a given node | ||
| DTMDefaultBaseIterators.DescendantIterator | org.apache.xml.dtm.ref | Iterator that returns the descendants of a given node. | ||
| DTMDefaultBaseIterators.FollowingIterator | org.apache.xml.dtm.ref | Iterator that returns following nodes of for a given node. | ||
| DTMDefaultBaseIterators.FollowingSiblingIterator | org.apache.xml.dtm.ref | Iterator that returns all siblings of a given node. | ||
| DTMDefaultBaseIterators.InternalAxisIteratorBase | org.apache.xml.dtm.ref | Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator. | ||
| DTMDefaultBaseIterators.NamespaceAttributeIterator | org.apache.xml.dtm.ref | Iterator that returns attributes within a given namespace for a node. | ||
| DTMDefaultBaseIterators.NamespaceChildrenIterator | org.apache.xml.dtm.ref | Iterator that returns children within a given namespace for a given node. | ||
| DTMDefaultBaseIterators.NamespaceIterator | org.apache.xml.dtm.ref | Iterator that returns the namespace nodes as defined by the XPath data model for a given node. | ||
| DTMDefaultBaseIterators.NthDescendantIterator | org.apache.xml.dtm.ref | Iterator that returns the descendants of a given node. | ||
| DTMDefaultBaseIterators.ParentIterator | org.apache.xml.dtm.ref | Iterator that returns the parent of a given node. | ||
| DTMDefaultBaseIterators.PrecedingIterator | org.apache.xml.dtm.ref | Iterator that returns preceding nodes of a given node. | ||
| DTMDefaultBaseIterators.PrecedingSiblingIterator | org.apache.xml.dtm.ref | Iterator that returns preceding siblings of a given node | ||
| DTMDefaultBaseIterators.RootIterator | org.apache.xml.dtm.ref | Iterator that returns the the root node as defined by the XPath data model for a given node. | ||
| DTMDefaultBaseIterators.SingletonIterator | org.apache.xml.dtm.ref | Class SingletonIterator. | ||
| DTMDefaultBaseIterators.TypedAncestorIterator | org.apache.xml.dtm.ref | Typed iterator that returns the ancestors of a given node. | ||
| DTMDefaultBaseIterators.TypedAttributeIterator | org.apache.xml.dtm.ref | Iterator that returns attribute nodes of a given type | ||
| DTMDefaultBaseIterators.TypedChildrenIterator | org.apache.xml.dtm.ref | Iterator that returns children of a given type for a given node. | ||
| DTMDefaultBaseIterators.TypedDescendantIterator | org.apache.xml.dtm.ref | Typed iterator that returns the descendants of a given node. | ||
| DTMDefaultBaseIterators.TypedFollowingIterator | org.apache.xml.dtm.ref | Iterator that returns following nodes of a given type for a given node. | ||
| DTMDefaultBaseIterators.TypedFollowingSiblingIterator | org.apache.xml.dtm.ref | Iterator that returns all following siblings of a given node. | ||
| DTMDefaultBaseIterators.TypedNamespaceIterator | org.apache.xml.dtm.ref | Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID. | ||
| DTMDefaultBaseIterators.TypedPrecedingIterator | org.apache.xml.dtm.ref | Iterator that returns preceding nodes of agiven type for a given node. | ||
| DTMDefaultBaseIterators.TypedPrecedingSiblingIterator | org.apache.xml.dtm.ref | Iterator that returns preceding siblings of a given type for a given node | ||
| DTMDefaultBaseIterators.TypedRootIterator | org.apache.xml.dtm.ref | Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID. | ||
| DTMDefaultBaseIterators.TypedSingletonIterator | org.apache.xml.dtm.ref | Iterator that returns a given node only if it is of a given type. | ||
| DTMDefaultBaseTraversers | org.apache.xml.dtm.ref | This class implements the traversers for DTMDefaultBase. | ||
| DTMDocument | org.apache.xalan.lib.sql | The SQL Document is the main controlling class the executesa SQL Query | ||
| DTMDocumentImpl | org.apache.xml.dtm.ref | This is the implementation of the DTM document interface. | ||
| DTMManager | org.apache.xml.dtm | A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. | ||
| DTMManagerDefault | org.apache.xml.dtm.ref | The default implementation for the DTMManager. | ||
| DTMNamedNodeMap | org.apache.xml.dtm.ref | DTMNamedNodeMap is a quickie (as opposed to quick) implementation of the DOM's NamedNodeMap interface, intended to support DTMProxy's getAttributes() call. | ||
| DTMNodeIterator | org.apache.xml.dtm.ref | DTMNodeIterator gives us an implementation of the
DTMNodeIterator which returns DOM nodes. | ||
| DTMNodeList | org.apache.xml.dtm.ref | DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. | ||
| DTMNodeListBase | org.apache.xml.dtm.ref | DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. | ||
| DTMNodeProxy | org.apache.xml.dtm.ref | DTMNodeProxy presents a DOM Node API front-end to the DTM model. | ||
| DTMSafeStringPool | org.apache.xml.dtm.ref | Like DTMStringPool, but threadsafe. | ||
| DTMStringPool | org.apache.xml.dtm.ref | DTMStringPool is an "interning" mechanism for strings. | ||
| DTMTreeWalker | org.apache.xml.dtm.ref | This class does a pre-order walk of the DTM tree, calling a ContentHandler interface as it goes. | ||
| DTMXRTreeFrag | org.apache.xpath.objects | No description provided. | ||
| DupFilterIterator | org.apache.xalan.xsltc.dom | Removes duplicates and sorts a source iterator. | ||
| ElemApplyImport | org.apache.xalan.templates | Implement xsl:apply-imports. | ||
| ElemApplyTemplates | org.apache.xalan.templates | Implement xsl:apply-templates. | ||
| ElemAttribute | org.apache.xalan.templates | Implement xsl:attribute. | ||
| ElemAttributeSet | org.apache.xalan.templates | Implement xsl:attribute-set. | ||
| ElemCallTemplate | org.apache.xalan.templates | Implement xsl:call-template. | ||
| ElemChoose | org.apache.xalan.templates | Implement xsl:choose. | ||
| ElemComment | org.apache.xalan.templates | Implement xsl:comment. | ||
| ElemCopy | org.apache.xalan.templates | Implement xsl:copy. | ||
| ElemCopyOf | org.apache.xalan.templates | Implement xsl:copy-of. | ||
| ElemDesc | org.apache.xml.serializer | This class has a series of flags (bit values) that describe an HTML element This class is public because XSLTC uses it, it is not a public API. | ||
| ElemElement | org.apache.xalan.templates | Implement xsl:element | ||
| ElemEmpty | org.apache.xalan.templates | Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly. | ||
| ElemExsltFuncResult | org.apache.xalan.templates | Handles the EXSLT result element within an EXSLT function element. | ||
| ElemExsltFunction | org.apache.xalan.templates | Implement func:function. | ||
| ElemExtensionCall | org.apache.xalan.templates | Implement an extension element. | ||
| ElemExtensionDecl | org.apache.xalan.templates | Implement the declaration of an extension element | ||
| ElemExtensionScript | org.apache.xalan.templates | Implement Script extension element | ||
| ElemFallback | org.apache.xalan.templates | Implement xsl:fallback. | ||
| ElemForEach | org.apache.xalan.templates | Implement xsl:for-each. | ||
| ElemIf | org.apache.xalan.templates | Implement xsl:if. | ||
| ElemLiteralResult | org.apache.xalan.templates | Implement a Literal Result Element. | ||
| ElemLiteralResult.Attribute | org.apache.xalan.templates | No description provided. | ||
| ElemLiteralResult.LiteralElementAttributes | org.apache.xalan.templates | No description provided. | ||
| ElemMessage | org.apache.xalan.templates | Implement xsl:message. | ||
| ElemNumber | org.apache.xalan.templates | Implement xsl:number. | ||
| ElemOtherwise | org.apache.xalan.templates | Implement xsl:otherwise. | ||
| ElemParam | org.apache.xalan.templates | Implement xsl:param. | ||
| ElemPI | org.apache.xalan.templates | Implement xsl:processing-instruction. | ||
| ElemSort | org.apache.xalan.templates | Implement xsl:sort. | ||
| ElemTemplate | org.apache.xalan.templates | Implement xsl:template. | ||
| ElemTemplateElement | org.apache.xalan.templates | An instance of this class represents an element inside an xsl:template class. | ||
| ElemText | org.apache.xalan.templates | Implement xsl:template. | ||
| ElemTextLiteral | org.apache.xalan.templates | Implement a text literal. | ||
| ElemUnknown | org.apache.xalan.templates | Implement an unknown element | ||
| ElemUse | org.apache.xalan.templates | Implement xsl:use. | ||
| ElemValueOf | org.apache.xalan.templates | Implement xsl:value-of. | ||
| ElemVariable | org.apache.xalan.templates | Implement xsl:variable. | ||
| ElemVariablePsuedo | org.apache.xalan.templates | No description provided. | ||
| ElemWhen | org.apache.xalan.templates | Implement xsl:when. | ||
| ElemWithParam | org.apache.xalan.templates | Implement xsl:with-param. | ||
| EmptyFilter | org.apache.xalan.xsltc.dom | No description provided. | ||
| EmptyIterator | org.apache.xml.dtm.ref | DTM Empty Axis Iterator. | ||
| EmptySerializer | org.apache.xml.serializer | This class is an adapter class. | ||
| EncodingInfo | org.apache.xml.serializer | Holds information about a given encoding, which is the Java name for the encoding, the equivalent ISO name. | ||
| Encodings | org.apache.xml.serializer | Provides information about encodings. | ||
| EndSelectionEvent | org.apache.xalan.trace | Event triggered by completion of a xsl:for-each selection or a xsl:apply-templates selection. | ||
| EnvironmentCheck | org.apache.xalan.xslt | Utility class to report simple information about the environment. | ||
| Equals | org.apache.xpath.operations | The '=' operation expression executer. | ||
| ErrorMessages | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_ca | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_ca | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_cs | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_cs | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_de | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_de | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_es | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_es | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_fr | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_fr | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_hu | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_hu | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_it | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_it | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_ja | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_ja | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_ko | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_ko | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_no | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_no | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_pl | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_pl | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_pt_BR | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_pt_BR | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_ru | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_ru | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_sk | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_sk | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_tr | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_tr | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_zh_CN | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_zh_CN | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMessages_zh_TW | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ErrorMessages_zh_TW | org.apache.xalan.xsltc.runtime | No description provided. | ||
| ErrorMsg | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ExpandedNameTable | org.apache.xml.dtm.ref | This is a default implementation of a table that manages mappings from expanded names to expandedNameIDs. | ||
| Expression | org.apache.xpath | This abstract class serves as the base for all expression objects. | ||
| ExpressionVisitor | org.apache.xalan.extensions | When StylesheetHandler creates an XPath , the ExpressionVisitor visits the XPath expression. | ||
| ExsltBase | org.apache.xalan.lib | The base class for some EXSLT extension classes. | ||
| ExsltCommon | org.apache.xalan.lib | This class contains EXSLT common extension functions. | ||
| ExsltDatetime | org.apache.xalan.lib | This class contains EXSLT dates and times extension functions. | ||
| ExsltDynamic | org.apache.xalan.lib | This class contains EXSLT dynamic extension functions. | ||
| ExsltMath | org.apache.xalan.lib | This class contains EXSLT math extension functions. | ||
| ExsltSets | org.apache.xalan.lib | This class contains EXSLT set extension functions. | ||
| ExsltStrings | org.apache.xalan.lib | This class contains EXSLT strings extension functions. | ||
| ExtendedType | org.apache.xml.dtm.ref | The class ExtendedType represents an extended type object used by ExpandedNameTable. | ||
| ExtensionEvent | org.apache.xalan.trace | An event representing an extension call. | ||
| ExtensionHandler | org.apache.xalan.extensions | Abstract base class for handling an extension namespace for XPath. | ||
| ExtensionHandlerExsltFunction | org.apache.xalan.extensions | Execute EXSLT functions, determine the availability of EXSLT functions, and the availability of an EXSLT result element. | ||
| ExtensionHandlerGeneral | org.apache.xalan.extensions | Class handling an extension namespace for XPath. | ||
| ExtensionHandlerJava | org.apache.xalan.extensions | Abstract base class handling the java language extensions for XPath. | ||
| ExtensionHandlerJavaClass | org.apache.xalan.extensions | Represents an extension namespace for XPath that handles java classes. | ||
| ExtensionHandlerJavaPackage | org.apache.xalan.extensions | Represents an extension namespace for XPath that handles java packages that may be fully or partially specified. | ||
| ExtensionNamespaceContext | org.apache.xalan.extensions | A sample implementation of NamespaceContext, with support for EXSLT extension functions and Java extension functions. | ||
| ExtensionNamespacesManager | org.apache.xalan.extensions | Used during assembly of a stylesheet to collect the information for each extension namespace that is required during the transformation process to generate an ExtensionHandler . | ||
| ExtensionNamespaceSupport | org.apache.xalan.extensions | During styleseet composition, an ExtensionNamespaceSupport object is created for each extension namespace the stylesheet uses. | ||
| Extensions | org.apache.xalan.lib | This class contains many of the Xalan-supplied extensions. | ||
| ExtensionsTable | org.apache.xalan.extensions | Class holding a table registered extension namespace handlers | ||
| FastStringBuffer | org.apache.xml.utils | Bare-bones, unsafe, fast string buffer. | ||
| FilteredStepIterator | org.apache.xalan.xsltc.dom | Extends a StepIterator by adding the ability to filter nodes. | ||
| FilterExprIterator | org.apache.xpath.axes | No description provided. | ||
| FilterExprIteratorSimple | org.apache.xpath.axes | Class to use for one-step iteration that doesn't have a predicate, and doesn't need to set the context. | ||
| FilterExprWalker | org.apache.xpath.axes | Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes. | ||
| FilterGenerator | org.apache.xalan.xsltc.compiler.util | This class implements auxliary classes needed to compile filters (predicates). | ||
| FilterIterator | org.apache.xalan.xsltc.dom | Similar to a CurrentNodeListIterator except that the filter has a simpler interface (only needs the node, no position, last, etc.) It takes a source iterator and a Filter object and returns nodes from the source after filtering them by calling filter.test(node). | ||
| FlowList | org.apache.xalan.xsltc.compiler | No description provided. | ||
| ForwardPositionIterator | org.apache.xalan.xsltc.dom | This iterator is a wrapper that always returns the position of a node in document order. | ||
| FuncBoolean | org.apache.xpath.functions | Execute the Boolean() function. | ||
| FuncCeiling | org.apache.xpath.functions | Execute the Ceiling() function. | ||
| FuncConcat | org.apache.xpath.functions | Execute the Concat() function. | ||
| FuncContains | org.apache.xpath.functions | Execute the Contains() function. | ||
| FuncCount | org.apache.xpath.functions | Execute the Count() function. | ||
| FuncCurrent | org.apache.xpath.functions | Execute the current() function. | ||
| FuncDoclocation | org.apache.xpath.functions | Execute the proprietary document-location() function, which returns a node set of documents. | ||
| FuncDocument | org.apache.xalan.templates | Execute the Doc() function. | ||
| FuncExtElementAvailable | org.apache.xpath.functions | Execute the ExtElementAvailable() function. | ||
| FuncExtFunction | org.apache.xpath.functions | An object of this class represents an extension call expression. | ||
| FuncExtFunctionAvailable | org.apache.xpath.functions | Execute the ExtFunctionAvailable() function. | ||
| FuncFalse | org.apache.xpath.functions | Execute the False() function. | ||
| FuncFloor | org.apache.xpath.functions | Execute the Floor() function. | ||
| FuncFormatNumb | org.apache.xalan.templates | Execute the FormatNumber() function. | ||
| FuncGenerateId | org.apache.xpath.functions | Execute the GenerateId() function. | ||
| FuncId | org.apache.xpath.functions | Execute the Id() function. | ||
| FuncKey | org.apache.xalan.templates | Execute the Key() function. | ||
| FuncLang | org.apache.xpath.functions | Execute the Lang() function. | ||
| FuncLast | org.apache.xpath.functions | Execute the Last() function. | ||
| FuncLocalPart | org.apache.xpath.functions | Execute the LocalPart() function. | ||
| FuncNamespace | org.apache.xpath.functions | Execute the Namespace() function. | ||
| FuncNormalizeSpace | org.apache.xpath.functions | Execute the normalize-space() function. | ||
| FuncNot | org.apache.xpath.functions | Execute the Not() function. | ||
| FuncNumber | org.apache.xpath.functions | Execute the Number() function. | ||
| FuncPosition | org.apache.xpath.functions | Execute the Position() function. | ||
| FuncQname | org.apache.xpath.functions | Execute the Qname() function. | ||
| FuncRound | org.apache.xpath.functions | Execute the round() function. | ||
| FuncStartsWith | org.apache.xpath.functions | Execute the StartsWith() function. | ||
| FuncString | org.apache.xpath.functions | Execute the String() function. | ||
| FuncStringLength | org.apache.xpath.functions | Execute the StringLength() function. | ||
| FuncSubstring | org.apache.xpath.functions | Execute the Substring() function. | ||
| FuncSubstringAfter | org.apache.xpath.functions | Execute the SubstringAfter() function. | ||
| FuncSubstringBefore | org.apache.xpath.functions | Execute the SubstringBefore() function. | ||
| FuncSum | org.apache.xpath.functions | Execute the Sum() function. | ||
| FuncSystemProperty | org.apache.xpath.functions | Execute the SystemProperty() function. | ||
| Function | org.apache.xpath.functions | This is a superclass of all XPath functions. | ||
| Function2Args | org.apache.xpath.functions | Base class for functions that accept two arguments. | ||
| Function3Args | org.apache.xpath.functions | Base class for functions that accept three arguments. | ||
| FunctionDef1Arg | org.apache.xpath.functions | Base class for functions that accept one argument that can be defaulted if not specified. | ||
| FunctionMultiArgs | org.apache.xpath.functions | Base class for functions that accept an undetermined number of multiple arguments. | ||
| FunctionOneArg | org.apache.xpath.functions | Base class for functions that accept one argument. | ||
| FunctionPattern | org.apache.xpath.patterns | Match pattern step that contains a function. | ||
| FunctionTable | org.apache.xpath.compiler | The function table for XPath. | ||
| FuncTranslate | org.apache.xpath.functions | Execute the Translate() function. | ||
| FuncTrue | org.apache.xpath.functions | Execute the True() function. | ||
| FuncUnparsedEntityURI | org.apache.xpath.functions | No description provided. | ||
| GenerateEvent | org.apache.xalan.trace | Event generated by the XSL processor after it generates a new node in the result tree. | ||
| GetOpt | org.apache.xalan.xsltc.cmdline.getopt | GetOpt is a Java equivalent to the C getopt() library function discussed in man page getopt(3C). | ||
| Gt | org.apache.xpath.operations | The '>' operation expression executer. | ||
| Gte | org.apache.xpath.operations | The '>=' operation expression executer. | ||
| Hashtable | org.apache.xalan.xsltc.runtime | The main hash-table implementation | ||
| Hashtree2Node | org.apache.xml.utils | Simple static utility to convert Hashtable to a Node. | ||
| HasPositionalPredChecker | org.apache.xpath.axes | No description provided. | ||
| IncrementalSAXSource_Filter | org.apache.xml.dtm.ref | IncrementalSAXSource_Filter implements IncrementalSAXSource, using a standard SAX2 event source as its input and parcelling out those events gradually in reponse to deliverMoreNodes() requests. | ||
| IncrementalSAXSource_Xerces | org.apache.xml.dtm.ref | IncrementalSAXSource_Xerces takes advantage of the fact that Xerces1 incremental mode is already a coroutine of sorts, and just wraps our IncrementalSAXSource API around it. | ||
| IntArrayWrapper | org.apache.xml.utils.res | It is a mutable object to wrap the int[] used in the contents of the XResourceBundle class | ||
| IntegerArray | org.apache.xalan.xsltc.util | No description provided. | ||
| IntStack | org.apache.xml.utils | Implement a stack of simple integers. | ||
| IntType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| IntVector | org.apache.xml.utils | A very simple table that stores a list of int. | ||
| IteratorPool | org.apache.xpath.axes | Pool of object of a given type to pick from to help memory usage | ||
| JavaCupRedirect | org.apache.xalan.xsltc.util | Utility class to redirect input to JavaCup program. | ||
| JAXPExtensionsProvider | org.apache.xpath.jaxp | No description provided. | ||
| JAXPPrefixResolver | org.apache.xpath.jaxp | This class implements a Default PrefixResolver which can be used to perform prefix-to-namespace lookup for the XPath object. | ||
| JAXPVariableStack | org.apache.xpath.jaxp | Overrides VariableStack and delegates the call to XPathVariableResolver . | ||
| JNDIConnectionPool | org.apache.xalan.lib.sql | A Connection Pool that wraps a JDBC datasource to provide connections. | ||
| KeyDeclaration | org.apache.xalan.templates | Holds the attribute declarations for the xsl:keys element. | ||
| KeyIndex | org.apache.xalan.xsltc.dom | No description provided. | ||
| KeyIterator | org.apache.xalan.transformer | This class implements an optimized iterator for "key()" patterns, matching each node to the match attribute in one or more xsl:key declarations. | ||
| KeyManager | org.apache.xalan.transformer | This class manages the key tables. | ||
| KeyRefIterator | org.apache.xalan.transformer | This class filters nodes from a key iterator, according to whether or not the use value matches the ref value. | ||
| KeyTable | org.apache.xalan.transformer | Table of element keys, keyed by document node. | ||
| Keywords | org.apache.xpath.compiler | Table of strings to operation code lookups. | ||
| ListingErrorHandler | org.apache.xml.utils | Sample implementation of similar SAX ErrorHandler and JAXP ErrorListener. | ||
| LoadDocument | org.apache.xalan.xsltc.dom | No description provided. | ||
| LocaleUtility | org.apache.xml.utils | No description provided. | ||
| LocationPathPattern | org.apache.xalan.xsltc.compiler | No description provided. | ||
| LocPathIterator | org.apache.xpath.axes | This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath LongArrayWrapper | org.apache.xml.utils.res | It is a mutable object to wrap the long[] used in the contents of the XResourceBundle class |
| Lt | org.apache.xpath.operations | The '<' operation expression executer. | ||
| Lte | org.apache.xpath.operations | The '<=' operation expression executer. | ||
| MatchGenerator | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| MatchingIterator | org.apache.xalan.xsltc.dom | This is a special kind of iterator that takes a source iterator and a node N. | ||
| MatchPatternIterator | org.apache.xpath.axes | This class treats a LocationPath as a filtered iteration over the tree, evaluating each node in a super axis traversal against the LocationPath interpreted as a match pattern. | ||
| MessageHandler | org.apache.xalan.xsltc.runtime | No description provided. | ||
| Messages | org.apache.xml.serializer.utils | A utility class for issuing error messages. | ||
| Method | org.apache.xml.serializer | This class defines the constants which are the names of the four default output methods. | ||
| MethodGenerator | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| MethodResolver | org.apache.xalan.extensions | Utility class to help resolve method overloading with Xalan XSLT argument types. | ||
| MethodType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| Minus | org.apache.xpath.operations | The binary '-' operation expression executer. | ||
| Mod | org.apache.xpath.operations | The 'mod' operation expression executer. | ||
| MsgKey | org.apache.xml.serializer.utils | This class is not a public API, It is used internally by serializer and is public, in the Java sense, only because its use crosses package boundaries. | ||
| MsgMgr | org.apache.xalan.transformer | This class will manage error messages, warning messages, and other types of message events. | ||
| Mult | org.apache.xpath.operations | The '*' operation expression executer. | ||
| MultiDOM | org.apache.xalan.xsltc.dom | No description provided. | ||
| MultiHashtable | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| MultipleNodeCounter | org.apache.xalan.xsltc.dom | No description provided. | ||
| MutableAttrListImpl | org.apache.xml.utils | Mutable version of AttributesImpl. | ||
| NamedMethodGenerator | org.apache.xalan.xsltc.compiler.util | This class is used for named templates. | ||
| NameSpace | org.apache.xml.utils | A representation of a namespace. | ||
| NamespaceAlias | org.apache.xalan.templates | Object to hold an xsl:namespace element. | ||
| NamespaceMappings | org.apache.xml.serializer | This class keeps track of the currently defined namespaces. | ||
| NamespaceSupport2 | org.apache.xml.utils | Encapsulate Namespace tracking logic for use by SAX drivers. | ||
| Neg | org.apache.xpath.operations | The unary '-' operation expression executer. | ||
| Node | org.apache.xalan.xsltc.runtime | This class is used as "wrapper" for dom nodes. | ||
| NodeCounter | org.apache.xalan.xsltc.dom | No description provided. | ||
| NodeCounterGenerator | org.apache.xalan.xsltc.compiler.util | This class implements auxiliary classes needed to compile patterns in xsl:number. | ||
| NodeInfo | org.apache.xalan.lib | NodeInfo defines a set of XSLT extension functions to be
used from stylesheets. | ||
| NodeIteratorBase | org.apache.xalan.xsltc.dom | No description provided. | ||
| NodeLocator | org.apache.xml.dtm.ref | NodeLocator maintains information on an XML source
node. | ||
| NodeSequence | org.apache.xpath.axes | This class is the dynamic wrapper for a Xalan DTMIterator instance, and provides random access capabilities. | ||
| NodeSet | org.apache.xpath | The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator. | ||
| NodeSetDTM | org.apache.xpath | The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator. | ||
| NodeSetType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| NodeSorter | org.apache.xalan.transformer | This class can sort vectors of DOM nodes according to a select pattern. | ||
| NodeSortRecord | org.apache.xalan.xsltc.dom | Base class for sort records containing application specific sort keys | ||
| NodeSortRecordFactGenerator | org.apache.xalan.xsltc.compiler.util | Generator for subclasses of NodeSortRecordFactory. | ||
| NodeSortRecordFactory | org.apache.xalan.xsltc.dom | No description provided. | ||
| NodeSortRecordGenerator | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| NodeTest | org.apache.xpath.patterns | This is the basic node test class for both match patterns and location path steps. | ||
| NodeType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| NodeVector | org.apache.xml.utils | A very simple table that stores a list of Nodes. | ||
| NotEquals | org.apache.xpath.operations | The '!=' operation expression executer. | ||
| NSInfo | org.apache.xml.utils | This class holds information about the namespace info of a node. | ||
| NthIterator | org.apache.xalan.xsltc.dom | No description provided. | ||
| Number | org.apache.xpath.operations | The 'number()' operation expression executer. | ||
| NumberType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ObjectArray | org.apache.xalan.lib.sql | Provide a simple Array storage mechinsim where native Arrays will be use as the basic storage mechinism but the Arrays will be stored as blocks. | ||
| ObjectPool | org.apache.xml.utils | Pool of object of a given type to pick from to help memory usage | ||
| ObjectStack | org.apache.xml.utils | Implement a stack of simple integers. | ||
| ObjectType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ObjectVector | org.apache.xml.utils | A very simple table that stores a list of objects. | ||
| OneStepIterator | org.apache.xpath.axes | This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate. | ||
| OneStepIteratorForward | org.apache.xpath.axes | This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate, that only go forward (i.e. | ||
| OpCodes | org.apache.xpath.compiler | Operations codes for XPath. | ||
| Operation | org.apache.xpath.operations | The baseclass for a binary operation. | ||
| Operators | org.apache.xalan.xsltc.runtime | No description provided. | ||
| OpMap | org.apache.xpath.compiler | This class represents the data structure basics of the XPath object. | ||
| OpMapVector | org.apache.xpath.compiler | Like IntVector, but used only for the OpMap array. | ||
| Or | org.apache.xpath.operations | The 'or' operation expression executer. | ||
| OutputProperties | org.apache.xalan.templates | This class provides information from xsl:output elements. | ||
| OutputPropertiesFactory | org.apache.xml.serializer | This class is a factory to generate a set of default properties of key/value pairs that are used to create a serializer through the factory SerilizerFactory . | ||
| OutputPropertyUtils | org.apache.xml.serializer | This class contains some static methods that act as helpers when parsing a Java Property object. | ||
| OutputSettings | org.apache.xalan.xsltc.trax | No description provided. | ||
| Parameter | org.apache.xalan.xsltc.runtime | No description provided. | ||
| Parser | org.apache.xalan.xsltc.compiler | No description provided. | ||
| Pattern | org.apache.xalan.xsltc.compiler | No description provided. | ||
| PipeDocument | org.apache.xalan.lib | PipeDocument is a Xalan extension element to set stylesheet params and pipes an XML document through a series of 1 or more stylesheets. | ||
| Plus | org.apache.xpath.operations | The '+' operation expression executer. | ||
| PooledConnection | org.apache.xalan.lib.sql | No description provided. | ||
| PredicatedNodeTest | org.apache.xpath.axes | No description provided. | ||
| PrefixResolverDefault | org.apache.xml.utils | This class implements a generic PrefixResolver that can be used to perform prefix-to-namespace lookup for the XPath object. | ||
| PrintTraceListener | org.apache.xalan.trace | Implementation of the TraceListener interface that prints each event to standard out as it occurs. | ||
| Process | org.apache.xalan.xslt | The main() method handles the Xalan command-line interface. | ||
| ProcessorCharacters | org.apache.xalan.processor | This class processes character events for a XSLT template element. | ||
| ProcessorExsltFuncResult | org.apache.xalan.processor | This class processes parse events for an exslt func:result element. | ||
| ProcessorExsltFunction | org.apache.xalan.processor | This class processes parse events for an exslt func:function element. | ||
| ProcessorImport | org.apache.xalan.processor | This class processes parse events for an xsl:import element. | ||
| ProcessorInclude | org.apache.xalan.processor | TransformerFactory class for xsl:include markup. | ||
| ProcessorLRE | org.apache.xalan.processor | Processes an XSLT literal-result-element, or something that looks like one. | ||
| ProcessorStylesheetDoc | org.apache.xalan.processor | This class processes the xsl:stylesheet element. | ||
| ProcessorStylesheetElement | org.apache.xalan.processor | TransformerFactory for xsl:stylesheet or xsl:transform markup. | ||
| ProcessorTemplateElem | org.apache.xalan.processor | This class processes parse events for an XSLT template element. | ||
| ProcessorText | org.apache.xalan.processor | Process xsl:text. | ||
| ProcessorUnknown | org.apache.xalan.processor | This class processes an unknown template element. | ||
| ProcessorVersion | org.apache.xalan.xsltc | Admin class that assigns a version number to the XSLTC software. | ||
| PsuedoNames | org.apache.xpath.compiler | This is used to represent names of nodes that may not be named, like a comment node. | ||
| QName | org.apache.xml.utils | Class to represent a qualified name: "The name of an internal XSLT object, specifically a named template (see [7 Named Templates]), a mode (see [6.7 Modes]), an attribute set (see [8.1.4 Named Attribute Sets]), a key (see [14.2 Keys]), a locale (see [14.3 Number Formatting]), a variable or a parameter (see [12 Variables and Parameters]) is specified as a QName. | ||
| QueryParameter | org.apache.xalan.lib.sql | No description provided. | ||
| QueuedEvents | org.apache.xalan.transformer | This class acts as a base for ResultTreeHandler, and keeps queud stack events. | ||
| Quo | org.apache.xpath.operations | The 'quo' operation expression executer. | ||
| RealType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| Redirect | org.apache.xalan.lib | Implements three extension elements to allow an XSLT transformation to redirect its output to multiple output files. | ||
| RedundentExprEliminator | org.apache.xalan.templates | This class eleminates redundent XPaths from a given subtree, and also collects all absolute paths within the subtree. | ||
| ReferenceType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ResultNameSpace | org.apache.xalan.transformer | A representation of a result namespace. | ||
| ResultTreeType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| ReverseAxesWalker | org.apache.xpath.axes | Walker for a reverse axes. | ||
| RTFIterator | org.apache.xpath.axes | No description provided. | ||
| RtMethodGenerator | org.apache.xalan.xsltc.compiler.util | This class is used for result trees implemented as methods. | ||
| SAX2DOM | org.apache.xalan.xsltc.trax | No description provided. | ||
| SAX2DTM | org.apache.xml.dtm.ref.sax2dtm | This class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events. | ||
| SAX2DTM2 | org.apache.xml.dtm.ref.sax2dtm | SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation. | ||
| SAX2DTM2.AncestorIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns the ancestors of a given node in document order. | ||
| SAX2DTM2.AttributeIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns attribute nodes (of what nodes?) | ||
| SAX2DTM2.ChildrenIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns all immediate children of a given node | ||
| SAX2DTM2.DescendantIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns the descendants of a given node. | ||
| SAX2DTM2.FollowingIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns following nodes of for a given node. | ||
| SAX2DTM2.FollowingSiblingIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns all siblings of a given node. | ||
| SAX2DTM2.ParentIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns the parent of a given node. | ||
| SAX2DTM2.PrecedingIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns preceding nodes of a given node. | ||
| SAX2DTM2.PrecedingSiblingIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns preceding siblings of a given node | ||
| SAX2DTM2.TypedAncestorIterator | org.apache.xml.dtm.ref.sax2dtm | Typed iterator that returns the ancestors of a given node. | ||
| SAX2DTM2.TypedAttributeIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns attribute nodes of a given type | ||
| SAX2DTM2.TypedChildrenIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns children of a given type for a given node. | ||
| SAX2DTM2.TypedDescendantIterator | org.apache.xml.dtm.ref.sax2dtm | Typed iterator that returns the descendants of a given node. | ||
| SAX2DTM2.TypedFollowingIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns following nodes of a given type for a given node. | ||
| SAX2DTM2.TypedFollowingSiblingIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns all following siblings of a given node. | ||
| SAX2DTM2.TypedPrecedingIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns preceding nodes of agiven type for a given node. | ||
| SAX2DTM2.TypedPrecedingSiblingIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns preceding siblings of a given type for a given node | ||
| SAX2DTM2.TypedRootIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID. | ||
| SAX2DTM2.TypedSingletonIterator | org.apache.xml.dtm.ref.sax2dtm | Iterator that returns a given node only if it is of a given type. | ||
| SAX2RTFDTM | org.apache.xml.dtm.ref.sax2dtm | This is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs). | ||
| SAXImpl | org.apache.xalan.xsltc.dom | SAXImpl is the core model for SAX input source. | ||
| SAXImpl.NamespaceAttributeIterator | org.apache.xalan.xsltc.dom | Iterator that returns attributes within a given namespace for a node. | ||
| SAXImpl.NamespaceChildrenIterator | org.apache.xalan.xsltc.dom | Iterator that returns children within a given namespace for a given node. | ||
| SAXImpl.NamespaceWildcardIterator | org.apache.xalan.xsltc.dom | Iterator that handles node tests that test for a namespace, but have
a wild card for the local name of the node, i.e., node tests of the
form | ||
| SAXImpl.TypedNamespaceIterator | org.apache.xalan.xsltc.dom | Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID. | ||
| SAXSourceLocator | org.apache.xml.utils | Class SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl for the purpose of implementing the SourceLocator interface, and thus can be both a SourceLocator and a SAX Locator. | ||
| SelectionEvent | org.apache.xalan.trace | Event triggered by selection of a node in the style stree. | ||
| SelfIteratorNoPredicate | org.apache.xpath.axes | This class implements an optimized iterator for "." patterns, that is, the self axes without any predicates. | ||
| SerializableLocatorImpl | org.apache.xml.utils | The standard SAX implementation of LocatorImpl is not serializable, limiting its utility as "a persistent snapshot of a locator". | ||
| SerializerBase | org.apache.xml.serializer | This class acts as a base class for the XML "serializers" and the stream serializers. | ||
| SerializerFactory | org.apache.xml.serializer | This class is a public API, it is a factory for creating serializers. | ||
| SerializerFactory | org.apache.xalan.serialize | Factory for creating serializers. | ||
| SerializerMessages | org.apache.xml.serializer.utils | An instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations. | ||
| SerializerMessages_ca | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_cs | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_de | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_en | org.apache.xml.serializer.utils | Default implementation. | ||
| SerializerMessages_es | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_fr | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_hu | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_it | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_ja | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_ko | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_pl | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_pt_BR | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_ru | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_sv | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_tr | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_zh_CN | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerMessages_zh_TW | org.apache.xml.serializer.utils | No description provided. | ||
| SerializerSwitcher | org.apache.xalan.transformer | This is a helper class that decides if Xalan needs to switch serializers, based on the first output element. | ||
| SerializerUtils | org.apache.xalan.serialize | Class that contains only static methods that are used to "serialize", these methods are used by Xalan and are not in org.apache.xml.serializer because they have dependancies on the packages org.apache.xpath or org. | ||
| SimpleResultTreeImpl | org.apache.xalan.xsltc.dom | This class represents a light-weight DOM model for simple result tree fragment(RTF). | ||
| SimpleResultTreeImpl.SimpleIterator | org.apache.xalan.xsltc.dom | The SimpleIterator is designed to support the nodeset() extension function. | ||
| SimpleResultTreeImpl.SingletonIterator | org.apache.xalan.xsltc.dom | The SingletonIterator is used for the self axis. | ||
| SingleNodeCounter | org.apache.xalan.xsltc.dom | No description provided. | ||
| SingletonIterator | org.apache.xalan.xsltc.dom | No description provided. | ||
| SmartTransformerFactoryImpl | org.apache.xalan.xsltc.trax | Implementation of a transformer factory that uses an XSLTC transformer factory for the creation of Templates objects and uses the Xalan processor transformer factory for the creation of Transformer objects. | ||
| SortingIterator | org.apache.xalan.xsltc.dom | No description provided. | ||
| SourceTree | org.apache.xpath | This object represents a Source Tree, and any associated information. | ||
| SourceTreeManager | org.apache.xpath | This class bottlenecks all management of source trees. | ||
| SQLDocument | org.apache.xalan.lib.sql | The SQL Document is the main controlling class the executesa SQL Query | ||
| SQLErrorDocument | org.apache.xalan.lib.sql | The SQL Document is the main controlling class the executesa SQL Query | ||
| SQLQueryParser | org.apache.xalan.lib.sql | No description provided. | ||
| StackGuard | org.apache.xalan.transformer | Class to guard against recursion getting too deep. | ||
| StepIterator | org.apache.xalan.xsltc.dom | A step iterator is used to evaluate expressions like "BOOK/TITLE". | ||
| StepPattern | org.apache.xpath.patterns | This class represents a single pattern match step. | ||
| String | org.apache.xpath.operations | The 'string()' operation expression executer. | ||
| StringArrayWrapper | org.apache.xml.utils.res | It is a mutable object to wrap the String[] used in the contents of the XResourceBundle class | ||
| StringBufferPool | org.apache.xml.utils | This class pools string buffers, since they are reused so often. | ||
| StringComparable | org.apache.xml.utils | International friendly string comparison with case-order | ||
| StringStack | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| StringToIntTable | org.apache.xml.serializer.utils | A very simple lookup table that stores a list of strings, the even number strings being keys, and the odd number strings being values. | ||
| StringToIntTable | org.apache.xml.utils | A very simple lookup table that stores a list of strings, the even number strings being keys, and the odd number strings being values. | ||
| StringToStringTable | org.apache.xml.utils | A very simple lookup table that stores a list of strings, the even number strings being keys, and the odd number strings being values. | ||
| StringToStringTableVector | org.apache.xml.utils | A very simple table that stores a list of StringToStringTables, optimized for small lists. | ||
| StringType | org.apache.xalan.xsltc.compiler.util | No description provided. | ||
| StringValueHandler | org.apache.xalan.xsltc.runtime | No description provided. | ||
| StringVector | org.apache.xml.utils | A very simple table that stores a list of strings, optimized for small lists. | ||
| Stylesheet | org.apache.xalan.templates | Represents a stylesheet element. | ||
| Stylesheet | org.apache.xalan.xsltc.compiler | No description provided. | ||
| StylesheetComposed | org.apache.xalan.templates | Represents a stylesheet that has methods that resolve includes and imports. | ||
| StylesheetHandler | org.apache.xalan.processor | Initializes and processes a stylesheet via SAX events. | ||
| StylesheetPIHandler | org.apache.xml.utils | Search for the xml-stylesheet processing instructions in an XML document. |
| Search |




