Uses of Interface
com.teamdev.jxbrowser.dom.Document
Package
Description
Provides the interfaces and classes for the Document Object Model (DOM).
This package provides the classes that allow you to work with frames in browser.
-
Uses of Document in com.teamdev.jxbrowser.dom
Modifier and TypeMethodDescriptionFrameElement.contentDocument()
Returns anOptional
that contains the document of the current FRAME/IFRAME element if it exists, otherwise an emptyOptional
. -
Uses of Document in com.teamdev.jxbrowser.frame