public class ExsltCommon
extends java.lang.Object
xmlns:exslt="http://exslt.org/common"The documentation for each function has been copied from the relevant EXSLT Implementer page.
Constructor | Description |
---|---|
ExsltCommon() |
Modifier and Type | Method | Description |
---|---|---|
static NodeSet |
nodeSet(ExpressionContext myProcessor,
java.lang.Object rtf) |
The exsl:node-set function converts a result tree fragment (which is what you get
when you use the content of xsl:variable rather than its select attribute to give
a variable value) into a node set.
|
static java.lang.String |
objectType(java.lang.Object obj) |
The exsl:object-type function returns a string giving the type of the object passed
as the argument.
|
public static java.lang.String objectType(java.lang.Object obj)
obj
- The object to be typed.public static NodeSet nodeSet(ExpressionContext myProcessor, java.lang.Object rtf)
myProcessor
- is passed in by the Xalan extension processorrtf
- The result tree fragment to be converted to a node-set.Copyright ? 2014 Apache XML Project. All Rights Reserved.