| Class Summary | 
| AbstractBiNode | this class is used to store typical information about a xml-node. | 
| BiNode | this class is used to store specific information about a composite xml-node. | 
| BiTree | this class if for creating a BiTree with ABiNodes while parsing a text. | 
| BiTreeCreationHelper | this class if for creating a BiTree with ABiNodes while parsing a text. | 
| EmptyNode | this class is used to store specific information about a empty node. the node
 cannot have children, but a sibling | 
| JEuclidSAXHandler | this class is used for SAX parsing. it builds a BiTree out of a text while
 parsing | 
| SAXBiParser | this class is creates a SAXParser as singleton. | 
| TextNode | this class is used to store specific information about a text node. the
 node cannot have a child nor a sibling | 
| TextPosition | Tree search result (used for the cursor). |