| 
         
     
     | 
     | 
    
  
    | 
    Saxon中的XQuery的查询语句示例,如何清除global variable?? | 
   
  
     | 
   
  
     | 
   
  
    | 
     作者:未知  来源:月光软件站  加入时间:2005-2-28 月光软件站  | 
   
  
                String sexp = "declare variable $groupName as xs:string external; " + "\n" +                 "for $t in //quartz/job/job-detail" + " \n" +                  "where $t/group = $groupName" + " \n" +                 "return $t/name";                          XQueryExpression exp = staticContext                     .compileQuery(sexp);             dynamicContext.clearParameters();             dynamicContext.setParameter("groupName", groupName); 
 
  | 
   
  
     | 
   
  
     相关文章:相关软件:  | 
   
   
      |