| DOM-1 | « | < | § | > | Netscape CodeStock 1999 | ||
| Selected DOM-1 'Document' Methods | |||||||
| Signature | Remarks |
|---|---|
| createElement(tagName) | creates a new tag. |
| createDocumentFragment() | creates a new DocumentFragment. |
| createTextNode(data) | creates new content for the document. |
| createAttribute(name) | creates an attribute for a tag. |
| getElementsByTagName(tagname) | returns a list of matching nodes (NodeList). |
|
Copyright © 1999 General Picture . Permission granted to reproduce in whole or part without charge as long as http://www.generalpicture.com is cited as source. |