net.sf.swan.xml.input.tree
Interface TreeFactory
- All Superinterfaces:
- ContextListener
- All Known Implementing Classes:
- DOMTreeFactory
- public interface TreeFactory
- extends ContextListener
TreeFactories gather up events into a document fragment or
other tree-based model and put the result as the client state
for the EventContext
corresponding to the root of the tree.
Method Summary |
org.jaxen.Navigator |
getNavigator()
Provides a Navigator instance that may be
used to navigate the tree model. |
getNavigator
public org.jaxen.Navigator getNavigator()
- Provides a
Navigator
instance that may be
used to navigate the tree model.