|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.swan.xml.input.tree.TreeResultAdapter
TreeResultHandler
with a no-op implementation for
initializeSelector(net.sf.swan.xpath.Selector)
. Useful as a base
class for inline adapters that do not need to initialize
a Selector
.
Constructor Summary | |
TreeResultAdapter()
|
Method Summary | |
void |
initializeSelector(Selector selector)
Permits the component to initialize a Selector
for later use. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.swan.xml.input.tree.TreeResultHandler |
treeResult |
Constructor Detail |
public TreeResultAdapter()
Method Detail |
public void initializeSelector(Selector selector)
TreeResultHandler
Selector
for later use. This gets called exactly once during the lifetime
of a TreeResultListener
and permits the component to
setup namespace mappings, function contexts, or prototype variable
values. The Selector
is then used
as a prototype for thread-specific instances employed internally
by the TreeResult
object passed to the component's
treeResult
method.initializeSelector
in interface TreeResultHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |