Searched refs:childETE (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java355 * @param childETE The child to remove. This operation is a no-op
361 public ElemTemplateElement removeChild(ElemTemplateElement childETE) argument
364 if (childETE == null || childETE.m_parentNode != this)
368 if (childETE == m_firstChild)
369 m_firstChild = childETE.m_nextSibling;
372 ElemTemplateElement prev = childETE.getPreviousSiblingElem();
374 prev.m_nextSibling = childETE.m_nextSibling;
378 childETE.m_parentNode = null;
379 childETE
[all...]
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 101 milliseconds