Home
last modified time | relevance | path

Searched refs:newSelect (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemWithParam.java155 XPath newSelect = ElemVariable.rewriteChildToExpression(this); in compose() local
156 if(null != newSelect) in compose()
157 m_selectPattern = newSelect; in compose()
DElemVariable.java332 XPath newSelect = rewriteChildToExpression(this); in compose() local
333 if(null != newSelect) in compose()
334 m_selectPattern = newSelect; in compose()