Inherited definition of NODEIDENTITYBITS went away.
Recreate it here.


git-svn-id: https://svn.apache.org/repos/asf/xalan/java/trunk@335377 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/org/apache/xalan/lib/sql/DTMDocument.java b/src/org/apache/xalan/lib/sql/DTMDocument.java
index c1afa1d..12446ce 100644
--- a/src/org/apache/xalan/lib/sql/DTMDocument.java
+++ b/src/org/apache/xalan/lib/sql/DTMDocument.java
@@ -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;
 
   /**
    */