You are viewing a plain text version of this content. The canonical link for it is here.
Posted to crimson-cvs@xml.apache.org by ed...@apache.org on 2001/01/19 02:52:17 UTC

cvs commit: xml-crimson/src/org/apache/crimson/tree TreeWalker.java

edwingo     01/01/18 17:52:17

  Modified:    src/org/apache/crimson/tree TreeWalker.java
  Log:
  Fix bug with importing NotationNodes
  
  Revision  Changes    Path
  1.3       +3 -2      xml-crimson/src/org/apache/crimson/tree/TreeWalker.java
  
  Index: TreeWalker.java
  ===================================================================
  RCS file: /home/cvs/xml-crimson/src/org/apache/crimson/tree/TreeWalker.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TreeWalker.java	2000/12/08 23:12:01	1.2
  +++ TreeWalker.java	2001/01/19 01:52:17	1.3
  @@ -1,5 +1,5 @@
   /*
  - * $Id: TreeWalker.java,v 1.2 2000/12/08 23:12:01 edwingo Exp $
  + * $Id: TreeWalker.java,v 1.3 2001/01/19 01:52:17 edwingo Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -88,7 +88,7 @@
    * method encapsulates that logic.
    *
    * @author David Brownell
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class TreeWalker
   {
  @@ -163,6 +163,7 @@
   	  case Node.COMMENT_NODE:
   	  case Node.DOCUMENT_TYPE_NODE:
   	  case Node.ENTITY_NODE:
  +	  case Node.NOTATION_NODE:
   	  case Node.PROCESSING_INSTRUCTION_NODE:
   	  case Node.TEXT_NODE:
   	    //