case CFTypes.TYPE_XML: return isXML(o);
}
if(o instanceof Component) {
Component comp=((Component)o);
return comp.instanceOf(strType);
}
if(isArrayType(strType) && isArray(o)){
String _strType=strType.substring(0,strType.length()-2);
short _type=CFTypes.toShort(_strType, false, (short)-1);
Array arr = Caster.toArray(o,null);