Lines Matching refs:expr
223 const OUString& expr) in selectNodeList() argument
226 Reference< XXPathObject > xobj = eval(contextNode, expr); in selectNodeList()
235 const OUString& expr, in selectNodeListNS() argument
240 return selectNodeList(contextNode, expr); in selectNodeListNS()
248 const OUString& expr) in selectSingleNode() argument
251 Reference< XNodeList > aList = selectNodeList(contextNode, expr); in selectSingleNode()
262 const OUString& expr, in selectSingleNodeNS() argument
267 return selectSingleNode(contextNode, expr); in selectSingleNodeNS()
346 const OUString& expr) in eval() argument
402 OString o1 = OUStringToOString(expr, RTL_TEXTENCODING_UTF8); in eval()
420 const OUString& expr, in evalNS() argument
425 return eval(contextNode, expr); in evalNS()