HTML::DOM::DocumentFragment - A boring class that's rarely used.


NAME

HTML::DOM::DocumentFragment - A boring class that's rarely used.


DESCRIPTION

This class implements the DocumentFragment interface described in the W3C's DOM spec. It inherits from the HTML::DOM::Node manpage.


METHODS

HTML::DOM::DocumentFragment's Own Methods

nodeName

This returns '#document-fragment'.

nodeType

This returns the constant HTML::DOM::Node::DOCUMENT_FRAGMENT_NODE.

Inherited Methods

nodeValue
parentNode
childNodes
firstChild
lastChild
previousSibling
nextSibling
attributes
ownerDocument
insertBefore
replaceChild
removeChild
appendChild
hasChildNodes
cloneNode


SEE ALSO

the HTML::DOM manpage

the HTML::DOM::Node manpage