Package | Description |
---|---|
com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
com.teamdev.jexplorer.dom |
Contains DOM API interfaces and classes.
|
Class and Description |
---|
DOMDocument
Represents a document of a frame on the loaded web page.
|
DOMElement
Represents HTML element.
|
Class and Description |
---|
DOMAttr
Represents an attribute in a
DOMElement object. |
DOMCharacterData
The
DOMCharacterData interface extends DOMNode with a set of
attributes and methods for accessing character data in the DOM. |
DOMDocument
Represents a document of a frame on the loaded web page.
|
DOMElement
Represents HTML element.
|
DOMEvent
Represents DOM event and provides access to the event data.
|
DOMEventListener
Represents a listener for receiving DOM events.
|
DOMEventTarget
This interface is implemented by all
DOMNode
that supports DOM event model. |
DOMFrameBase |
DOMNamedNodeMap
Represents collection of HTML nodes.
|
DOMNode
Represents HTML DOM node.
|
DOMNodeList
Represents collection of HTML nodes.
|
DOMNodeType
List of DOM Node types.
|
DOMText
Represents HTML text.
|
MouseEventButton |