XPath中如何比较不同类型的对象[2]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 superlmj 的 blog

                while((node2 =i2.next()!=null){

                    //convert node1 and node2 to string values

                    string s1 = (string)node1;

                    string s2 = (string)node2;

                    if(comparebasic(s1,s2,operator))return true;

                }

            }

本文关键:XPath中如何比较不同类型的对象
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top