Searched refs:refChild (Results 1 - 16 of 16) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java428 * @param refChild Insert in front of this child
434 public Node insertBefore(Node newChild, Node refChild) throws DOMException argument
436 if(null == refChild)
442 if(newChild == refChild)
465 if(refChild == node)
475 ((ElemTemplateElement)newChild).m_nextSibling = (ElemTemplateElement)refChild;
488 "refChild was not found in insertBefore method!");
H A DElemLiteralResult.java954 * @param refChild Insert in front of this child
960 public Node insertBefore(Node newChild, Node refChild) argument
/external/python/cpython2/Lib/xml/dom/
H A Dminidom.py80 def insertBefore(self, newChild, refChild):
83 self.insertBefore(c, refChild)
91 if refChild is None:
95 index = self.childNodes.index(refChild)
101 newChild.nextSibling = refChild
102 refChild.previousSibling = newChild
131 refChild = oldChild.nextSibling
133 return self.insertBefore(newChild, refChild)
890 def insertBefore(self, newChild, refChild):
1324 def insertBefore(self, newChild, refChild)
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java650 * @param refChild Insert in front of this child
656 public Node insertBefore(Node newChild, Node refChild) throws DOMException argument
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java484 * @param refChild
491 public final Node insertBefore(Node newChild, Node refChild) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 8988 milliseconds