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

  /external/webkit/WebCore/dom/
NodeList.h 34 class NodeList : public RefCounted<NodeList> {
36 virtual ~NodeList() { }
38 // DOM methods & attributes for NodeList
  /external/webkit/JavaScriptCore/API/tests/
NodeList.h 34 } NodeList;
36 extern NodeList* NodeList_new(Node* parentNode);
37 extern unsigned NodeList_length(NodeList*);
38 extern Node* NodeList_item(NodeList*, unsigned);
39 extern void NodeList_ref(NodeList*);
40 extern void NodeList_deref(NodeList*);
  /libcore/luni/src/main/java/org/w3c/dom/
NodeList.java 16 * The <code>NodeList</code> interface provides the abstraction of an ordered
18 * is implemented. <code>NodeList</code> objects in the DOM are live.
19 * <p>The items in the <code>NodeList</code> are accessible via an integral
23 public interface NodeList {
30 * <code>NodeList</code>, or <code>null</code> if that is not a valid
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 130 milliseconds