HomeSort by relevance Sort by last modified time
    Searched defs:IDENT_DTM_NODE_BITS (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 370 * If you change IDENT_DTM_NODE_BITS, be sure to rebuild _ALL_ the
379 public static final int IDENT_DTM_NODE_BITS = 16;
387 public static final int IDENT_NODE_DEFAULT = (1<<IDENT_DTM_NODE_BITS)-1;
398 public static final int IDENT_MAX_DTMS = (IDENT_DTM_DEFAULT >>> IDENT_DTM_NODE_BITS) + 1;
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 363 milliseconds