| Package | Description |
|---|---|
| com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
| com.teamdev.jexplorer.dom |
Contains DOM API interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
DOMDocument |
Browser.getDocument()
Returns DOM document of the currently loaded web page or
null if web page isn't loaded completely or
it's not HTML document. |
| Modifier and Type | Method and Description |
|---|---|
DOMDocument |
DOMFrameBase.getContentDocument() |
DOMDocument |
DOMNode.getDocument()
Returns the
DOMDocument object associated with this node. |