The type that is consumed by the Region of this explorer.
ProtectedconstructorThe type that is consumed by the Region of this explorer.
The current document.
The explorer pool.
A region to display results.
The node on which the explorer works.
Remaining information.
The current document.
ProtectedeventsNamed events and their functions.
ProtectednodeThe node on which the explorer works.
The explorer pool.
A region to display results.
ProtectedhighlighterThe Sre highlighter associated with the walker.
ProtectedEventsThe events associated with this explorer.
ProtectedinThe x-coordinate of the point to test
The y-coordinate of the point to test
The bounding box to test
True if (x,y) is inside the bounding box
ProtectednodeFind the smallest item in the expression's DOM tree that contains am event's point.
The event whose (x,y) is to be used
A test for which nodes to accept
Optional list of nodes to ignore
The info icon, if there is one
The smallest matching element containing the event's point
ProtectedstopStops the events of this explorer from bubbling.
The event to stop.
StaticcreateCreator pattern for explorers.
The current document.
The explorer pool.
A region to display results.
The node on which the explorer works.
Remaining information.
An object of the particular explorer class.
Protected StaticstopStops event bubbling.
The event that is stopped.
Abstract class implementing the very basic explorer functionality.
Explorers use creator pattern to ensure they automatically attach themselves to their node. This class provides the create method and is consequently not declared abstract.
Implements