Searched
full:nodelist (Results
326 -
350 of
1064) sorted by null
<<11121314151617181920>>
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
nodereplacechildnodeancestor.java | 71 NodeList elementList; 73 NodeList childList;
|
textparseintolistofelements.java | 66 NodeList elementList; 68 NodeList childList;
|
attrcreatetextnode.java | 67 NodeList addressList;
|
attrcreatetextnode2.java | 66 NodeList addressList;
|
attrdefaultvalue.java | 76 NodeList addressList;
|
attreffectivevalue.java | 63 NodeList addressList;
|
attrentityreplacement.java | 68 NodeList addressList;
|
attrname.java | 64 NodeList addressList;
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
documentimportnode20.java | 90 NodeList childList; 91 NodeList elemchildList;
|
namednodemapsetnameditemns03.java | 81 NodeList elementList; 82 NodeList elementListAlt;
|
removeAttributeNS01.java | 78 NodeList genderList; 81 NodeList gList;
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NodeNormalize.java | 31 import org.w3c.dom.NodeList; 106 NodeList elementList;
|
ImportNode.java | 33 import org.w3c.dom.NodeList; 102 NodeList childList; 184 NodeList children; 209 NodeList addresses; 235 NodeList addresses;
|
/packages/apps/Mms/src/com/android/mms/dom/ |
NodeImpl.java | 27 import org.w3c.dom.NodeList; 71 public NodeList getChildNodes() {
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DocumentImpl.java | 33 import org.w3c.dom.NodeList; 223 NodeList list = node.getChildNodes(); 299 NodeList list = node.getChildNodes(); 389 public NodeList getElementsByTagName(String name) { 395 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) {
|
ElementImpl.java | 27 import org.w3c.dom.NodeList; 161 public NodeList getElementsByTagName(String name) { 167 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeProxy.java | 41 import org.w3c.dom.NodeList; 363 public final NodeList getChildNodes() 743 public final NodeList getElementsByTagName(String tagname) 752 NodeList nodeList = retNode.getChildNodes(); 753 for (int i = 0; i < nodeList.getLength(); i++) 755 traverseChildren(listVector, nodeList.item(i), tagname, 769 return (NodeList) nodeSet; 800 NodeList nodeList = tempNode.getChildNodes() [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
command_store.js | 105 * nodeList: (undefined|string), 122 * nodeList: The id from the map above if this command is used for 363 nodeList: 'formField', 366 'showHeadingsList': {announce: false, nodeList: 'heading', 370 'showLandmarksList': {announce: false, nodeList: 'landmark', 374 'showLinksList': {announce: false, nodeList: 'link', 378 'showTablesList': {announce: false, nodeList: 'table',
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowActivity.java | 24 import org.w3c.dom.NodeList; 87 NodeList children = head.getChildNodes(); 97 NodeList layoutChildren = layout.getChildNodes();
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyManager.java | 53 * @return A nodelist of nodes mathing the given key
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
page_switcher.js | 50 * @param {NodeList} dots The dot elements which display the names of the
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.idl | 111 NodeList getDestinationInsertionPoints();
|
Node.idl | 44 [PerWorldBindings] readonly attribute NodeList childNodes;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLInputElement.idl | 77 readonly attribute NodeList labels;
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
focus_grid.js | 86 * @param {!Array.<!NodeList|!Array.<!Element>>} grid A 2D array of nodes.
|
Completed in 983 milliseconds
<<11121314151617181920>>