Searched defs:nextSibling (Results 1 - 25 of 30) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java143 * @param nextSibling the next sibling node.
145 public void setNextSibling(Node nextSibling) argument
147 m_nextSibling = nextSibling;
/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java116 Node<K, V> nextSibling; // the next node with the same key field in class:LinkedListMultimap.Node
151 firstNode.nextSibling = null;
214 * {@code nextSibling} element, or at the end of the list if {@code
215 * nextSibling} is null. Note: if {@code nextSibling} is specified, it MUST be
219 @Nullable K key, @Nullable V value, @Nullable Node<K, V> nextSibling) {
225 } else if (nextSibling == null) { // non-empty list, add to tail
236 keyTail.nextSibling = node;
240 } else { // non-empty list, insert before nextSibling
243 node.previous = nextSibling
218 addNode( @ullable K key, @Nullable V value, @Nullable Node<K, V> nextSibling) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java112 Node<K, V> nextSibling; // the next node with the same key field in class:LinkedListMultimap.Node
147 firstNode.nextSibling = null;
210 * {@code nextSibling} element, or at the end of the list if {@code
211 * nextSibling} is null. Note: if {@code nextSibling} is specified, it MUST be
215 @Nullable K key, @Nullable V value, @Nullable Node<K, V> nextSibling) {
221 } else if (nextSibling == null) { // non-empty list, add to tail
232 keyTail.nextSibling = node;
236 } else { // non-empty list, insert before nextSibling
239 node.previous = nextSibling
214 addNode( @ullable K key, @Nullable V value, @Nullable Node<K, V> nextSibling) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java70 private NestedMapData nextSibling = null; field in class:NestedMapData
105 curr = curr.nextSibling;
116 sym.lastChild.nextSibling = data;
136 prevSibling.nextSibling = nextSibling;
138 parent.firstChild = nextSibling;
140 if (nextSibling != null) {
141 nextSibling.prevSibling = prevSibling;
272 return nextSibling == null;
276 return nextSibling;
[all...]
/external/python/cpython2/Lib/xml/dom/
H A Dminidom.py37 nextSibling = None variable in class:Node
101 newChild.nextSibling = refChild
105 node.nextSibling = newChild
126 node.nextSibling = None
131 refChild = oldChild.nextSibling
151 newChild.nextSibling = oldChild.nextSibling
153 oldChild.nextSibling = None
156 newChild.previousSibling.nextSibling = newChild
157 if newChild.nextSibling
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/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/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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 ...

Completed in 322 milliseconds

12