type

Synopsis

NodeSet type([itemstotype]*)

Description

For each input parameter adds to the node set the type of this input parameter.

Example

>> type(1,2.4,"String",java.lang.Integer.parseInt("5"))
long
double
String
java.lang.Integer

See Also