Name Description
createAttribute(attributeName) Creates an attribute node with
the specified attribute name
createCDATASection(text) Creates a CDATASection, containing the
specified text
createComment(text) Creates a comment node, containing the
specified text
createDocumentFragment() Creates an empty documentFragment
object
createElement(tagName) Creates an element with the specified
tagName
createEntityReference(referenceName) Creates an entityReference
with the specified referenceName
createProcessingInstruction(target,text) Creates a
processingInstruction node, containing the specified target and
text
createTextNode(text) Creates a text node, containing the
specified text
getElementsByTagName(tagName) Returns the specified node, and
all its child nodes, as a