Package net.sourceforge.jeuclid.biparser

Interface Summary
IBiNode this interface is used to store typcial information about a xml-node.
 

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).
 

Enum Summary
BiType different types of BiNode.
 

Exception Summary
NonIncrementalElementException Exception to be thrown if the subtree contains elements which are not incrementally updatable.
ReparseException this exception class signals a reparse of a text.
 



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.