BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

weblogic.apache.xalan.xslt
Class ElemExtensionCall

java.lang.Object
  |
  +--weblogic.apache.xalan.xslt.UnImplNode
        |
        +--weblogic.apache.xalan.xslt.ElemTemplateElement
              |
              +--weblogic.apache.xalan.xslt.ElemUse
                    |
                    +--weblogic.apache.xalan.xslt.ElemLiteralResult
                          |
                          +--weblogic.apache.xalan.xslt.ElemExtensionCall

public class ElemExtensionCall
extends ElemLiteralResult

Implement an extension element.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class weblogic.apache.xalan.xslt.ElemLiteralResult
m_avts, m_excludeResultPrefixes, m_extensionElementPrefixes, m_qname
 
Fields inherited from class weblogic.apache.xalan.xslt.ElemUse
m_attributeSetsNames
 
Fields inherited from class weblogic.apache.xalan.xslt.ElemTemplateElement
m_columnNumber, m_defaultSpace, m_elemName, m_excludedNamespaces, m_finishedConstruction, m_firstChild, m_lineNumber, m_namespaces, m_parentNode, m_stylesheet
 
Method Summary
 boolean elementIsAvailable()
          Tell if this extension element is available for execution.
 void execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
 java.lang.String getAttribute(java.lang.String name)
          Return the raw value of the attribute.
 java.lang.String getAttribute(java.lang.String name, org.w3c.dom.Node sourceNode, XSLTEngineImpl processor)
          Return the value of the attribute interpreted as an Attribute Value Template (in other words, you can use curly expressions such as href="http://{website}".
 org.xml.sax.AttributeList getAttributeList()
          Return the Attributes
 int getXSLToken()
           
 
Methods inherited from class weblogic.apache.xalan.xslt.ElemTemplateElement
appendChild, childrenToString, error, executeChildren, getBaseIdentifier, getChildNodes, getFirstChild, getLastChild, getLength, getNamespaceForPrefix, getNamespaceForPrefix, getNextSibling, getNodeName, getNodeType, getOwnerDocument, getParentNode, getTagName, hasChildNodes, isSpace, isWhiteSpace, item, processLocatedNode, processPrefixControl, shouldExcludeResultNamespaceNode, transformSelectedChildren
 
Methods inherited from class weblogic.apache.xalan.xslt.UnImplNode
cloneNode, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getPreviousSibling, hasAttribute, hasAttributeNS, hasAttributes, insertBefore, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setNodeValue, setPrefix, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXSLToken

public int getXSLToken()

Overrides:
getXSLToken in class ElemLiteralResult

elementIsAvailable

public boolean elementIsAvailable()
Tell if this extension element is available for execution.

execute

public void execute(XSLTEngineImpl processor,
                    org.w3c.dom.Node sourceTree,
                    org.w3c.dom.Node sourceNode,
                    QName mode)
             throws XSLProcessorException,
                    java.net.MalformedURLException,
                    java.io.FileNotFoundException,
                    java.io.IOException,
                    org.xml.sax.SAXException

Overrides:
execute in class ElemLiteralResult

getAttributeList

public org.xml.sax.AttributeList getAttributeList()
Return the Attributes

getAttribute

public java.lang.String getAttribute(java.lang.String name)
Return the raw value of the attribute.

Overrides:
getAttribute in class UnImplNode

getAttribute

public java.lang.String getAttribute(java.lang.String name,
                                     org.w3c.dom.Node sourceNode,
                                     XSLTEngineImpl processor)
                              throws org.xml.sax.SAXException
Return the value of the attribute interpreted as an Attribute Value Template (in other words, you can use curly expressions such as href="http://{website}".

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