Uses of Interface
com.teamdev.jxbrowser.dom.Document
Packages that use 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
Methods in com.teamdev.jxbrowser.dom that return DocumentMethods in com.teamdev.jxbrowser.dom that return types with arguments of type DocumentModifier 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
Methods in com.teamdev.jxbrowser.frame that return types with arguments of type Document