Uses of Class
org.htmlunit.html.DomDocumentFragment
-
Packages that use DomDocumentFragment Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.impl Contains some implementation classes that have to be public to be used internally in different packages but that shouldn't be used directly by HtmlUnit users. -
-
Uses of DomDocumentFragment in org.htmlunit
Methods in org.htmlunit that return DomDocumentFragment Modifier and Type Method Description DomDocumentFragment
SgmlPage. createDocumentFragment()
Creates an emptyDomDocumentFragment
object. -
Uses of DomDocumentFragment in org.htmlunit.html
Fields in org.htmlunit.html declared as DomDocumentFragment Modifier and Type Field Description private DomDocumentFragment
HtmlTemplate. domDocumentFragment_
Methods in org.htmlunit.html that return DomDocumentFragment Modifier and Type Method Description DomDocumentFragment
HtmlTemplate. getContent()
-
Uses of DomDocumentFragment in org.htmlunit.html.impl
Methods in org.htmlunit.html.impl that return DomDocumentFragment Modifier and Type Method Description DomDocumentFragment
SimpleRange. cloneContents()
Duplicates the contents of this.DomDocumentFragment
SimpleRange. extractContents()
Moves the contents of a Range from the containing document or document fragment to a new DocumentFragment.
-