The type that is consumed by the Region of this explorer.
ProtectedconstructorThe 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.
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