home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 Spring / INTERNET101.ISO / pc / software / windows / building / antechinus / setup.exe / Setups / JSEd / Installed / Autocomplete / Node.ini < prev    next >
Encoding:
INI File  |  2002-12-28  |  1.3 KB  |  26 lines

  1. [Node]
  2. 0=2,nodeName,readonly attribute DOMString nodeName;
  3. 1=2,nodeValue,attribute DOMString nodeValue;
  4. 2=2,nodeType,readonly attribute unsigned short nodeType;
  5. 3=2,parentNode,readonly attribute Node parentNode;
  6. 4=2,childNodes,readonly attribute NodeList childNodes;
  7. 5=2,firstChild,readonly attribute Node firstChild;
  8. 6=2,lastChild,readonly attribute Node lastChild;
  9. 7=2,previousSibling,readonly attribute Node previousSibling;
  10. 8=2,nextSibling,readonly attribute Node nextSibling;
  11. 9=2,attributes,readonly attribute NamedNodeMap attributes;
  12. 10=2,ownerDocument,readonly attribute Document ownerDocument;
  13. 11=3,insertBefore,Node insertBefore(in Node newChild, in Node refChild);
  14. 12=3,replaceChild,Node replaceChild(in Node newChild, in Node oldChild) raises(DOMException);
  15. 13=3,removeChild,Node removeChild(in Node oldChild) raises(DOMException);
  16. 14=3,appendChild,Node appendChild(in Node newChild) raises(DOMException);
  17. 15=3,hasChildNodes,boolean hasChildNodes();
  18. 16=3,cloneNode,Node cloneNode(in boolean deep);
  19. ;DOM2
  20. 17=3,normalize,void normalize();
  21. 18=3,isSupported,boolean isSupported(in DOMString feature, in DOMString version);
  22. 19=2,namespaceURI,readonly attribute DOMString namespaceURI;
  23. 20=2,prefix,attribute DOMString prefix;
  24. 21=2,localName,readonly attribute DOMString localName;
  25. 22=3,hasAttributes,boolean hasAttributes();
  26.