Constructor and Description |
---|
ExsltCommon() |
Modifier and Type | Method and Description |
---|---|
static NodeSet |
nodeSet(ExpressionContext myProcessor,
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 String |
objectType(Object obj)
The exsl:object-type function returns a string giving the type of the object passed
as the argument.
|
public static String objectType(Object obj)
obj
- The object to be typed.public static NodeSet nodeSet(ExpressionContext myProcessor, Object rtf)
myProcessor
- is passed in by the Xalan extension processorrtf
- The result tree fragment to be converted to a node-set.Copyright © 2017 JBoss by Red Hat. All rights reserved.