BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.apache.xml.utils.PrefixResolver

Packages that use PrefixResolver
weblogic.apache.xalan.processor   
weblogic.apache.xalan.templates   
weblogic.apache.xml.utils   
 

Uses of PrefixResolver in weblogic.apache.xalan.processor
 

Classes in weblogic.apache.xalan.processor that implement PrefixResolver
 class CompiledTemplate
           
 class CompilingStylesheetHandler
           Initializes and processes a stylesheet via SAX events.
 class StylesheetHandler
           Initializes and processes a stylesheet via SAX events.
 

Uses of PrefixResolver in weblogic.apache.xalan.templates
 

Classes in weblogic.apache.xalan.templates that implement PrefixResolver
 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.
 

Uses of PrefixResolver in weblogic.apache.xml.utils
 

Classes in weblogic.apache.xml.utils that implement PrefixResolver
 class PrefixResolverDefault
           This class implements a generic PrefixResolver that can be used to perform prefix-to-namespace lookup for the XPath object.
 


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.