Uses of Class
org.apache.xml.utils.UnImplNode

Packages that use UnImplNode
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through "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.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
 

Uses of UnImplNode in org.apache.xalan.lib.sql
 

Subclasses of UnImplNode in org.apache.xalan.lib.sql
 class Column
          Represents a col node from a row node.
 class ColumnAttribute
          Represents a column attribute on a column-header element.
 class ColumnData
          Represents the col element text node, i.e., the column value.
 class ColumnHeader
          This class represents a column-header Node, which contains the metadata for a column.
 class Row
          This class represents a row from a query result set.
 class RowSet
          This class represents the row-set StreamableNode, a "streamable" holder for the JDBC query result set.
 class StreamableNode
          This is the superclass for all nodes in the org.apache.xalan.lib.sql package.
 class XStatement
          Represents a JDBC query statement.
 

Uses of UnImplNode in org.apache.xalan.processor
 

Subclasses of UnImplNode in org.apache.xalan.processor
 class CompiledTemplate
           
 

Uses of UnImplNode in org.apache.xalan.stree
 

Subclasses of UnImplNode in org.apache.xalan.stree
 class AttrImpl
          **For internal use only** Class to hold information about an attribute node.
 class AttrImplNS
          **For internal use only** Class to hold information about an attribute node with a name space
 class CDATASectionImpl
          **For internal use only** Class to hold information about a CDATASection node
 class Child
          **For internal use only** Class representing a child node
 class CommentImpl
          **For internal use only** Class to hold information about a comment node
 class DocImpl
          **For internal use only** Contains extended functionality that Xalan requires that is common in both the DocumentImpl and DocumentFragmentImpl classes.
 class DocumentFragmentImpl
          **For internal use only** Class to hold information about a DocumentFragment node
 class DocumentImpl
          **For internal use only** This is the implementation of the DOM2 Document interface.
 class DocumentTypeImpl
          **For internal use only** Class to hold information about a DocumentType node
 class DOMImplementationImpl
          **For internal use only** This class provides a number of methods for performing operations that are independent of any particular instance of the document object model.
 class ElementImpl
          **For internal use only** This class represents an element in an HTML or XML document.
 class ElementImplWithNS
          **For internal use only** This class represents an element in an HTML or XML document associated with a given namespace.
 class EntityImpl
           
 class NameSpaceDecl
          **For internal use only** Class to represent NameSpace Decl nodes
 class Parent
          **For internal use only** Class representing a parent node.
 class ProcessingInstructionImpl
          **For internal use only** Class to hold information about ProcessingInstruction node
 class TextImpl
          **For internal use only** Class to hold information about a Text node.
 class WhiteSpace
          Right now this is the same as TextImpl.
 

Uses of UnImplNode in org.apache.xalan.templates
 

Subclasses of UnImplNode in org.apache.xalan.templates
 class DecimalFormatProperties
          **For advanced use only** Implement xsl:decimal-format.
 class ElemApplyImport
          **For advanced use only** Implement xsl:apply-imports.
 class ElemApplyTemplates
          **For advanced use only** Implement xsl:apply-templates.
 class ElemAttribute
          **For advanced use only** Implement xsl:attribute.
 class ElemAttributeSet
          **For advanced use only** Implement xsl:attribute-set.
 class ElemCallTemplate
          **For advanced use only** Implement xsl:call-template.
 class ElemChoose
          **For advanced use only** Implement xsl:choose.
 class ElemComment
          **For advanced use only** Implement xsl:comment.
 class ElemCopy
          **For advanced use only** Implement xsl:copy.
 class ElemCopyOf
          **For advanced use only** Implement xsl:copy-of.
 class ElemElement
          **For advanced use only** Implement xsl:element
 class ElemEmpty
          **For internal use only** Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
 class ElemExtensionCall
          **For advanced use only** Implement an extension element.
 class ElemExtensionDecl
          **For internal use only** Implement the declaration of an extension element
 class ElemExtensionScript
          **For internal use only** Implement Script extension element
 class ElemFallback
          **For advanced use only** Implement xsl:fallback.
 class ElemForEach
          **For advanced use only** Implement xsl:for-each.
 class ElemIf
          **For advanced use only** Implement xsl:if.
 class ElemLiteralResult
          **For advanced use only** Implement a Literal Result Element.
 class ElemMessage
          **For advanced use only** Implement xsl:message.
 class ElemNumber
          **For advanced use only** Implement xsl:number.
 class ElemOtherwise
          **For advanced use only** Implement xsl:otherwise.
 class ElemParam
          **For advanced use only** Implement xsl:param.
 class ElemPI
          **For advanced use only** Implement xsl:processing-instruction.
 class ElemSort
          **For advanced use only** Implement xsl:sort.
 class ElemTemplate
          **For advanced use only** Implement xsl:template.
 class ElemTemplateElement
          **For advanced use only** An instance of this class represents an element inside an xsl:template class.
 class ElemText
          **For advanced use only** Implement xsl:template.
 class ElemTextLiteral
          **For advanced use only** Implement a text literal.
 class ElemUnknown
          **For advanced use only** Implement a Literal Result Element.
 class ElemUse
          **For advanced use only** Implement xsl:use.
 class ElemValueOf
          **For advanced use only** Implement xsl:value-of.
 class ElemVariable
          **For advanced use only** Implement xsl:variable.
 class ElemWhen
          **For advanced use only** Implement xsl:when.
 class ElemWithParam
          **For advanced use only** Implement xsl:with-param.
 class KeyDeclaration
          **For internal use only** Holds the attribute declarations for the xsl:keys element.
 class NamespaceAlias
          Object to hold an xsl:namespace element.
 class OutputProperties
          This class provides information from xsl:output elements.
 class Stylesheet
          Represents a stylesheet element.
 class StylesheetComposed
          Represents a stylesheet that has methods that resolve includes and imports.
 class StylesheetRoot
           This class represents the root object of the stylesheet tree.
 class WhiteSpaceInfo
          This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.
 



Copyright � 2000 Apache XML Project. All Rights Reserved.