|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xalan.extensions.ExtensionHandler
org.apache.xalan.extensions.ExtensionHandlerExsltFunction
Execute EXSLT functions, determine the availability of EXSLT functions, and the availability of an EXSLT result element.
| Field Summary | |
private String |
m_namespace
|
private StylesheetRoot |
m_stylesheet
|
private static QName |
RESULTQNAME
|
| Fields inherited from class org.apache.xalan.extensions.ExtensionHandler |
m_namespaceUri, m_scriptLang |
| Constructor Summary | |
ExtensionHandlerExsltFunction(String ns,
StylesheetRoot stylesheet)
Constructor called from ElemExsltFunction runtimeInit(). |
|
| Method Summary | |
private boolean |
ancestorIsFunction(ElemTemplateElement child)
Determine whether the func:result element is within a func:function element. |
Object |
callFunction(String funcName,
Vector args,
Object methodKey,
ExpressionContext exprContext)
Execute the EXSLT function and return the result value. |
ElemExsltFunction |
getFunction(String funcName)
Get the ElemExsltFunction element associated with the function. |
boolean |
isElementAvailable(String elemName)
If an element-available() call applies to an EXSLT result element within an EXSLT function element, return true. |
boolean |
isFunctionAvailable(String funcName)
Does the EXSLT function exist? |
void |
processElement(String localPart,
ElemTemplateElement element,
TransformerImpl transformer,
Stylesheet stylesheetTree,
Object methodKey)
Required by ExtensionHandler (an abstract method). |
| Methods inherited from class org.apache.xalan.extensions.ExtensionHandler |
getClassForName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private String m_namespace
private StylesheetRoot m_stylesheet
private static final QName RESULTQNAME
| Constructor Detail |
public ExtensionHandlerExsltFunction(String ns,
StylesheetRoot stylesheet)
| Method Detail |
public void processElement(String localPart,
ElemTemplateElement element,
TransformerImpl transformer,
Stylesheet stylesheetTree,
Object methodKey)
throws javax.xml.transform.TransformerException,
IOException
processElement in class ExtensionHandlerlocalPart - Element name's local part.element - The extension element being processed.transformer - Handle to TransformerImpl.stylesheetTree - The compiled stylesheet tree.methodKey - A key that uniquely identifies this class and method call.
javax.xml.transform.TransformerException - if parsing trouble
IOException - if loading troublepublic ElemExsltFunction getFunction(String funcName)
funcName - Local name of the function.
public boolean isFunctionAvailable(String funcName)
isFunctionAvailable in class ExtensionHandlerfuncName - Local name of the function.
public boolean isElementAvailable(String elemName)
isElementAvailable in class ExtensionHandlerelemName - Name of element to check
private boolean ancestorIsFunction(ElemTemplateElement child)
public Object callFunction(String funcName,
Vector args,
Object methodKey,
ExpressionContext exprContext)
throws javax.xml.transform.TransformerException
callFunction in class ExtensionHandlerfuncName - Name of the EXSLT function.args - The arguments of the function call.methodKey - Not used.exprContext - Used to get the XPathContext.
javax.xml.transform.TransformerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||