Searched defs:IDENT_DTM_NODE_BITS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMManager.java398 * If you change IDENT_DTM_NODE_BITS, be sure to rebuild _ALL_ the
407 public static final int IDENT_DTM_NODE_BITS = 16; field in class:DTMManager
415 public static final int IDENT_NODE_DEFAULT = (1<<IDENT_DTM_NODE_BITS)-1;
426 public static final int IDENT_MAX_DTMS = (IDENT_DTM_DEFAULT >>> IDENT_DTM_NODE_BITS) + 1;

Completed in 48 milliseconds