| HTML-DOM documentation | view source | Contained in the HTML-DOM distribution. |
HTML::DOM::DocumentFragment - A boring class that's rarely used.
This class implements the DocumentFragment interface described in the W3C's DOM spec. It inherits from HTML::DOM::Node.
This returns '#document-fragment'.
This returns the constant HTML::DOM::Node::DOCUMENT_FRAGMENT_NODE.
| HTML-DOM documentation | view source | Contained in the HTML-DOM distribution. |