home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-12-28 | 1.3 KB | 26 lines |
- [Node]
- 0=2,nodeName,readonly attribute DOMString nodeName;
- 1=2,nodeValue,attribute DOMString nodeValue;
- 2=2,nodeType,readonly attribute unsigned short nodeType;
- 3=2,parentNode,readonly attribute Node parentNode;
- 4=2,childNodes,readonly attribute NodeList childNodes;
- 5=2,firstChild,readonly attribute Node firstChild;
- 6=2,lastChild,readonly attribute Node lastChild;
- 7=2,previousSibling,readonly attribute Node previousSibling;
- 8=2,nextSibling,readonly attribute Node nextSibling;
- 9=2,attributes,readonly attribute NamedNodeMap attributes;
- 10=2,ownerDocument,readonly attribute Document ownerDocument;
- 11=3,insertBefore,Node insertBefore(in Node newChild, in Node refChild);
- 12=3,replaceChild,Node replaceChild(in Node newChild, in Node oldChild) raises(DOMException);
- 13=3,removeChild,Node removeChild(in Node oldChild) raises(DOMException);
- 14=3,appendChild,Node appendChild(in Node newChild) raises(DOMException);
- 15=3,hasChildNodes,boolean hasChildNodes();
- 16=3,cloneNode,Node cloneNode(in boolean deep);
- ;DOM2
- 17=3,normalize,void normalize();
- 18=3,isSupported,boolean isSupported(in DOMString feature, in DOMString version);
- 19=2,namespaceURI,readonly attribute DOMString namespaceURI;
- 20=2,prefix,attribute DOMString prefix;
- 21=2,localName,readonly attribute DOMString localName;
- 22=3,hasAttributes,boolean hasAttributes();
-