EXSLT:exsl:object-type
From MDC
This article covers features introduced in Firefox 3
Contents |
exsl:object-type() returns a string that indicates the type of the specified object.
Note: Most XSLT object types can be coerced into each other safely; however, certain coercsions to raise error conditions. In particular, treating something that's not a node-set as a node-set will do so. This function lets authors of named templates and extension functions easily provide flexibility in parameter values.
[edit] Syntax
exsl:object-type(object)
[edit] Arguments
object- The object whose type is to be returned.
[edit] Returns
The object's type, which will be one of the following:
-
string -
number -
boolean -
node-set -
RTF -
external
[edit] Defined
[edit] Gecko support
Supported in Gecko 1.9 and later.