* Contributors:
  *     Igor Malinin - initial contribution
  * 
- * $Id: AbstractPartitioner.java,v 1.2 2004-11-13 12:36:32 axelcl Exp $
+ * $Id: AbstractPartitioner.java,v 1.3 2004-12-29 21:42:31 axelcl Exp $
  */
 
 package net.sourceforge.phpeclipse.ui.text.rules;
    */
   protected void initialize() {
     scanner.setRange(document, 0, document.getLength());
+    // axelcl start
     nodes.clear();
+    // axelcl end
     IToken token = scanner.nextToken();
     while (!token.isEOF()) {
       String contentType = getTokenContentType(token);