Javascript Reference
Objects > document
javascript document close( )
Closes the document writing stream to a window or frame. If a script uses document.write( ) or document.writeln( ) to generate all-new content f
javascript document createAttribute( )
Generates in memory an instance of an attribute node ( Attr object). A typical sequence is to create the attribute, assign a value to it via its n
javascript document createAttributeNS( )
Generates in memory an instance of an attribute node ( Attr object) whose name is defined in an external namespace. A typical sequence is to create
javascript document createCDATASection( )
Generates in memory an instance of a character data section node ( CDATASection object) in an XML (including XHTML) document. Not fully implemented
javascript document createComment( )
Generates in memory an instance of a comment node ( Comment object with a nodeValue of 8). A typical sequence is to create the Comment node, th
javascript document createDocumentFragment( )
Generates in memory an instance of an empty document fragment node ( DocumentFragment object). This node becomes an arbitrary holder for assembling
javascript document createElement( )
Generates in memory an instance of an element object associated with the tag passed as a parameter to the method. The method is limited to area , i
javascript document createElementNS( )
Generates in memory an instance of an element object associated with namespace, label, and tag passed as parts of the method's parameters. A newly c
javascript document createEntityReference( )
Generates in memory an instance of an entity reference node object in an XML document. Only partial support provided in IE 5/Mac and Netscape as of
javascript document createNodeIterator( )
Generates in memory an instance of a NodeIterator object. This method has the same set of parameters as the createTreeWalker( ) method, which is i
javascript document createProcessingInstruction( )
Generates in memory an instance of a processing instruction node object in an XML document. Only partial support provided in IE 5/Mac and Netscape a
javascript document createRange( )
Creates a blank Range object, whose boundary points are collapsed to the point before the first character of the rendered body text. The method re
javascript document createStyleSheet( )
This method performs the same actions in IE for Windows and Macintosh, but their returned values differ. Moreover, the specific actions in the docum
javascript document createTextNode( )
Generates in memory an instance of a text node (W3C DOM Text object) whose nodeValue consists of the untagged text content passed as a parameter.
javascript document createTreeWalker( )
Generates in memory an instance of a TreeWalker object.
< 61-75 / 96 >

Powered by Linode.