Package | Description |
---|---|
com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
Modifier and Type | Method and Description |
---|---|
Document |
Node.document()
Returns the
Document instance of this node. |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Document> |
FrameElement.contentDocument()
Returns an
Optional that contains the document of the current FRAME/IFRAME element if
it exists, otherwise an empty Optional . |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Document> |
Frame.document()
Returns an
Optional that contains the DOM Document instance of the frame or
an empty Optional if the frame does not have a document. |