Uses of Class
net.sourceforge.jeuclid.biparser.BiTree

Packages that use BiTree
net.sourceforge.jeuclid.biparser   
 

Uses of BiTree in net.sourceforge.jeuclid.biparser
 

Methods in net.sourceforge.jeuclid.biparser that return BiTree
 BiTree SAXBiParser.parse(String text)
          parse a text with SAXParser.
 

Methods in net.sourceforge.jeuclid.biparser with parameters of type BiTree
 void TextNode.forwardToSibling(boolean insert, BiTree biTree, int offset, int length, int totalOffset)
          forward insert/remove to sibling not allowed at a TextNode.
 void IBiNode.forwardToSibling(boolean insert, BiTree biTree, int offset, int len, int totalOffset)
          helper method to insert or remove characters.
 void AbstractBiNode.forwardToSibling(boolean insert, BiTree biTree, int offset, int len, int totalOffset)
          helper method to insert or remove characters.
 void TextNode.insert(BiTree biTree, int offset, int length, int totalOffset)
          insert characters in TextNode, always reparse parent node.
 void IBiNode.insert(BiTree biTree, int offset, int len, int totalOffset)
          insert characters to node.
 void EmptyNode.insert(BiTree biTree, int offset, int length, int totalOffset)
          insert characters in EmptyNode, reparse if characters contain '<' or '>'.
 void BiNode.insert(BiTree biTree, int offset, int length, int totalOffset)
          insert characters to node.
 void TextNode.remove(BiTree biTree, int offset, int length, int totalOffset)
          remove characters in TextNode, always reparse parent node.
 void IBiNode.remove(BiTree biTree, int offset, int len, int totalOffset)
          remove characters from node.
 void EmptyNode.remove(BiTree biTree, int offset, int length, int totalOffset)
          remove characters from EmptyNode, reparse if length gets 0.
 void BiNode.remove(BiTree biTree, int offset, int length, int totalOffset)
          remove characters from node.
 

Constructors in net.sourceforge.jeuclid.biparser with parameters of type BiTree
JEuclidSAXHandler(String c, BiTree t)
          create a new SAX-Handler for parsing and creating a BiTree.
 



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