Package org.treetank.axis

Axis Layer

See: Description

Package org.treetank.axis Description

Axis Layer

Contains all classes that deal with axis navigation.

Make sure to extend AbstractAxis (which automatically implements IAxis). Implement the hasNext() method. Before returning true or false, always call setCurrentNode(node) to make sure that next() will return the new currentNode.

Author:
Tina Scherer, University of Konstanz

Copyright © 2013. All Rights Reserved.