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()
338 const OUString& expr) in eval() argument
394 OString o1 = OUStringToOString(expr, RTL_TEXTENCODING_UTF8); in eval()
412 const OUString& expr, in evalNS() argument
417 return eval(contextNode, expr); in evalNS()