- 127 -
Type
: DOMImplementation node
Description
: This property represents the DOMImplementation node in the document.
The DOMImplementation node provides a mechanism for version checking and is
described in greater detail in the DOMImplementation section in this chapter.
Document Methods
createElement(tagName)
Parameters
: tagName is a string value.
Return value
: Element
Exceptions thrown
: None
Description
: Creates and returns an Element node with the nodeName property set to
tagName.
createDocumentFragment()
Parameters
: None
Return value
: DocumentFragment
Exceptions thrown
: None
Description
: Creates and returns a new DocumentFragment node.