BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use UnImplNode
weblogic.apache.xalan.lib.sql   
weblogic.apache.xalan.processor   
weblogic.apache.xalan.stree   
weblogic.apache.xalan.templates   
 

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

Subclasses of UnImplNode in weblogic.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 weblogic.apache.xalan.lib.sql package.
 class XStatement
          Represents a JDBC query statement.
 

Uses of UnImplNode in weblogic.apache.xalan.processor
 

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

Uses of UnImplNode in weblogic.apache.xalan.stree
 

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

Uses of UnImplNode in weblogic.apache.xalan.templates
 

Subclasses of UnImplNode in weblogic.apache.xalan.templates
 class DecimalFormatProperties
           Implement xsl:decimal-format.
 class ElemApplyImport
           Implement xsl:apply-imports.
 class ElemApplyTemplates
           Implement xsl:apply-templates.
 class ElemAttribute
           Implement xsl:attribute.
 class ElemAttributeSet
           Implement xsl:attribute-set.
 class ElemCallTemplate
           Implement xsl:call-template.
 class ElemChoose
           Implement xsl:choose.
 class ElemComment
           Implement xsl:comment.
 class ElemCopy
           Implement xsl:copy.
 class ElemCopyOf
           Implement xsl:copy-of.
 class ElemElement
           Implement xsl:element
 class ElemEmpty
           Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
 class ElemExtensionCall
           Implement an extension element.
 class ElemExtensionDecl
           Implement the declaration of an extension element
 class ElemExtensionScript
           Implement Script extension element
 class ElemFallback
           Implement xsl:fallback.
 class ElemForEach
           Implement xsl:for-each.
 class ElemIf
           Implement xsl:if.
 class ElemLiteralResult
           Implement a Literal Result Element.
 class ElemMessage
           Implement xsl:message.
 class ElemNumber
           Implement xsl:number.
 class ElemOtherwise
           Implement xsl:otherwise.
 class ElemParam
           Implement xsl:param.
 class ElemPI
           Implement xsl:processing-instruction.
 class ElemSort
           Implement xsl:sort.
 class ElemTemplate
           Implement xsl:template.
 class ElemTemplateElement
           An instance of this class represents an element inside an xsl:template class.
 class ElemText
           Implement xsl:template.
 class ElemTextLiteral
           Implement a text literal.
 class ElemUnknown
           Implement a Literal Result Element.
 class ElemUse
           Implement xsl:use.
 class ElemValueOf
           Implement xsl:value-of.
 class ElemVariable
           Implement xsl:variable.
 class ElemWhen
           Implement xsl:when.
 class ElemWithParam
           Implement xsl:with-param.
 class KeyDeclaration
           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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.