HomeSort by relevance Sort by last modified time
    Searched defs:IDENT_DTM_NODE_BITS (Results 1 - 3 of 3) 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/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 33 milliseconds