HomeSort by relevance Sort by last modified time
    Searched defs:cloneList (Results 1 - 3 of 3) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Node.java 66 protected <T> List<T> cloneList(List<T> list)
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 107 * @param cloneList non-null vector of sources in odd elements, and the
111 * contained on the cloneList.
113 AxesWalker cloneDeep(WalkingIterator cloneOwner, Vector cloneList)
116 AxesWalker clone = findClone(this, cloneList);
121 if(null != cloneList)
123 cloneList.addElement(this);
124 cloneList.addElement(clone);
131 clone.m_nextWalker = m_nextWalker.cloneDeep(cloneOwner, cloneList);
133 // If you don't check for the cloneList here, you'll go into an
135 if(null != cloneList)
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 240 milliseconds