|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.lib.ExsltCommon
public class ExsltCommon
This class contains EXSLT common extension functions. It is accessed by specifying a namespace URI as follows:
xmlns:exslt="http://exslt.org/common"The documentation for each function has been copied from the relevant EXSLT Implementer page.
Constructor Summary | |
---|---|
ExsltCommon()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExsltCommon()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |