BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

Uses of Class
weblogic.apache.xalan.xpath.xml.QName

Packages that use QName
weblogic.apache.xalan.xpath Infrastructure for processing XPATH expressions 
weblogic.apache.xalan.xpath.xml   
weblogic.apache.xalan.xslt   
weblogic.apache.xalan.xslt.trace   
 

Uses of QName in weblogic.apache.xalan.xpath
 

Methods in weblogic.apache.xalan.xpath with parameters of type QName
 XObject XPathEnvSupport.getVariable(QName name)
          Given a name, locate a variable in the current context, and return the Object.
 XObject XPathSupportDefault.getVariable(QName name)
          Variables don't work when executing an XPath by itself.
 

Uses of QName in weblogic.apache.xalan.xpath.xml
 

Methods in weblogic.apache.xalan.xpath.xml with parameters of type QName
 XObject XMLParserLiaisonDefault.getVariable(QName name)
          Given a name, locate a variable in the current context, and return the Object.
 boolean QName.equals(QName qname)
          Override equals and agree that we're equal if the passed object is a QName and it matches the name of the arg.
 

Uses of QName in weblogic.apache.xalan.xslt
 

Fields in weblogic.apache.xalan.xslt declared as QName
 QName ElemApplyTemplates.m_mode
           
 QName[] ElemUse.m_attributeSetsNames
           
 QName ElemTemplate.m_name
           
 QName ElemTemplate.m_mode
           
 QName ElemVariable.m_qname
           
 QName ElemWithParam.m_qname
           
 QName XSLProcessorContext.mode
           
 QName[] ElemCopy.m_attributeSetsNames
           
 QName ElemCallTemplate.m_templateName
           
 QName ElemAttributeSet.m_qname
           
 

Methods in weblogic.apache.xalan.xslt that return QName
 QName[] StylesheetRoot.getCDataSectionElems()
          Get list of qnames that specifies elements that should be formatted as CDATA.
 

Methods in weblogic.apache.xalan.xslt with parameters of type QName
 void ElemTemplateElement.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
          Execute the element's primary function.
 void ElemTemplateElement.executeChildren(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
          Process the children of a template.
 java.lang.String ElemTemplateElement.childrenToString(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
          Take the contents of a template element, process it, and convert it to a string.
protected  void ElemTemplateElement.transformSelectedChildren(Stylesheet stylesheetTree, ElemTemplateElement xslInstruction, ElemTemplateElement template, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNodeContext, QName mode, XPath selectPattern, int xslToken, XSLTEngineImpl tcontext, int selectStackFrameIndex)
          Perform a query if needed, and call transformChild for each child.
 void ElemForEach.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemApplyTemplates.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemChoose.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemApplyImport.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemCopyOf.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemAttribute.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemUse.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemLiteralResult.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
          Execute a Literal Result Element.
 void ElemExtensionCall.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemIf.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemTemplate.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemPI.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemVariable.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemParam.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemNumber.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void XSLTEngineImpl.writeChildren(org.xml.sax.DocumentHandler flistener, Stylesheet stylesheetTree, ElemTemplateElement templateParent, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           Write the children of a stylesheet element to the given listener.
 XObject XSLTEngineImpl.getVariable(QName qname)
          Given a name, locate a variable in the current context, and return the Object.
 ElemTemplate TemplateList.findTemplate(XSLTEngineImpl transformContext, org.w3c.dom.Node sourceTree, org.w3c.dom.Node targetNode, QName mode, boolean useImports)
          Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft.
 void ElemTextLiteral.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemMessage.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 ElemTemplate Stylesheet.findTemplate(XSLTEngineImpl transformContext, org.w3c.dom.Node sourceTree, org.w3c.dom.Node targetNode, QName mode, boolean useImports)
          Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft.
 void ElemFallback.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemCopy.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemComment.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemValueOf.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ExtensionNSHandler.processElement(java.lang.String localPart, org.w3c.dom.Element element, XSLTEngineImpl processor, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode, java.lang.Class classObj, java.lang.Object methodKey)
          Process a call to this extension namespace via an element.
 void ElemElement.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemCallTemplate.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 void ElemAttributeSet.execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 

Constructors in weblogic.apache.xalan.xslt with parameters of type QName
XSLProcessorContext.XSLProcessorContext(XSLTEngineImpl processor, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 

Uses of QName in weblogic.apache.xalan.xslt.trace
 

Fields in weblogic.apache.xalan.xslt.trace declared as QName
 QName TracerEvent.m_mode
          The current mode.
 

Constructors in weblogic.apache.xalan.xslt.trace with parameters of type QName
TracerEvent.TracerEvent(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode, ElemTemplateElement styleNode)
          Create an event originating at the given node of the style tree.
 


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