Uses of Interface
org.w3c.dom.DocumentFragment
Package
Description
Provides the interfaces for the Document Object Model (DOM).
Provides interfaces for DOM Level 2 Range.
-
Uses of DocumentFragment in org.w3c.dom
Modifier and TypeMethodDescriptionDocument.createDocumentFragment()
Creates an emptyDocumentFragment
object. -
Uses of DocumentFragment in org.w3c.dom.ranges
Modifier and TypeMethodDescriptionRange.cloneContents()
Duplicates the contents of a RangeRange.extractContents()
Moves the contents of a Range from the containing document or document fragment to a new DocumentFragment.