jkesselm    01/08/10 15:10:47

  Modified:    java/src/org/apache/xalan/lib/sql DTMDocument.java
  Log:
  Inherited definition of NODEIDENTITYBITS went away.
  Recreate it here.
  
  Revision  Changes    Path
  1.3       +4 -0      
xml-xalan/java/src/org/apache/xalan/lib/sql/DTMDocument.java
  
  Index: DTMDocument.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/DTMDocument.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DTMDocument.java  2001/08/01 02:38:30     1.2
  +++ DTMDocument.java  2001/08/10 22:10:46     1.3
  @@ -91,6 +91,10 @@
    */
   public class DTMDocument extends DTMDefaultBaseIterators
   {
  +    // Bitmask for the portion of a DTM Node handle which refers only
  +    // to the node, without the portion that specifies which DTM it
  +    // resides in.
  +    static final int NODEIDENTITYBITS=DTMManager.IDENT_NODE_DEFAULT;
   
     /**
      */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to