Searched refs:NTYPES (Results 1 – 5 of 5) sorted by relevance
400 if (_nodeType >= DTM.NTYPES) { in next()477 if (nodeType >= DTM.NTYPES) { in next()484 if (eType < DTM.NTYPES) { in next()776 if (nodeType >= DTM.NTYPES) { in next()781 if (expType < DTM.NTYPES) { in next()940 if (nodeType >= DTM.NTYPES) { in next()947 if (eType < DTM.NTYPES) { in next()1202 if (nodeType >= DTM.NTYPES) { in next()1209 if (expType < DTM.NTYPES) { in next()1430 if (nodeType >= DTM.NTYPES) { in next()[all …]
108 m_defaultExtendedTypes = new ExtendedType[DTM.NTYPES];110 for (int i = 0; i < DTM.NTYPES; i++)136 for (int i = 0; i < DTM.NTYPES; i++) { in initExtendedTypes()141 m_nextType = DTM.NTYPES; in initExtendedTypes()
990 if (nodeType < DTM.NTYPES) { in getTypedFirstChild()996 || (eType >= DTM.NTYPES in getTypedFirstChild()
195 else if (_nodeType >= DTM.NTYPES) { in next()288 if (eType >= DTM.NTYPES) in next()331 if (_exptype2(node) >= DTM.NTYPES) { in getNodeByPosition()380 if (_nodeType >= DTM.NTYPES) { in next()386 if (expType < DTM.NTYPES) { in next()484 while ((node = _nextsib2(node)) != DTM.NULL && _exptype2(node) < DTM.NTYPES) {} in next()738 while (node != NULL && node != startNodeID && _exptype2(node) < DTM.NTYPES) { in next()778 if (_exptype2(node) >= DTM.NTYPES) { in getLast()986 if (nodeType >= DTM.NTYPES) { in next()1023 if (expType < DTM.NTYPES) { in next()[all …]
166 public static final short NTYPES = 14; field