path expression的意思
path expression中文翻譯:
路徑表達式
expression───n.表現,表示,表達;表情,臉色,態度,腔調,聲調;式,符號;詞句,語句,措辭,說法
proverbial expression───諺語
protein expression───蛋白質表達
constitutive expression───組成型表達
path───n.道路;小路;軌道
referring expression───指稱表達
expression expected───應為表達式
amatory expression───戀愛的表情
idiomatic expression───慣用語;成語性詞語
path expression is similar to a filesystem path.───路徑表達式與文件系統路徑相似。
In addition, any path expression of the URL is ignored.───此外,URL中的任何路徑表達式都將被忽略。
P.get (Person_.age) is a path expression.───get (Person _ . age)是一個路徑表達式。
This example navigates from Account via two steps to create a path expression representing the name of an account's owner.───這個例子通過兩個步驟從Account進行導航,創建一個表示帳戶所有者的名稱的路徑。
The evaluation of a location path expression results in a node-set containing the nodes specified by the location path.───計算位置路徑表達式所得到的節點集,將包含位置路徑指定的節點。
The where clause contains a small path expression that navigates from each address to its nested zip element.───where子句包含一個小型的路徑表達式,該表達式從每個地址向下定位到其內嵌的zip元素。
Note that the brace expansion of the file path, not the full remote path expression, has been enclosed in double quotes.───請注意,文件路徑中展開的大括號(不是完整的遠程路徑表達式)已用雙引號括上。
The documents stored in these rows serve as inputs to a path expression that returns all the nested Comment elements.───存儲在這些行中的文檔作為一個路徑表達式的輸出,該路徑表達式返回所有內嵌的Comment元素。
The same result could be obtained by adding a predicate to the path expression, as shown in Listing 13.───通過在路徑表達式中添加一個謂詞也可以得到相同的結果,如清單11所示