The type that is consumed by the Region of this explorer.
Protected
constructorThe current document.
The explorer pool.
A region to display results.
The node on which the explorer works.
Remaining information.
The current document.
Protected
eventsNamed events and their functions.
Protected
nodeThe node on which the explorer works.
The explorer pool.
A region to display results.
Protected
highlighterThe Sre highlighter associated with the walker.
Protected
EventsThe events associated with this explorer.
Protected
stopStops the events of this explorer from bubbling.
The event to stop.
Static
createCreator 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
Static
stopStops 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