HomeSort by relevance Sort by last modified time
    Searched refs:NTYPES (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 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++) {
141 m_nextType = DTM.NTYPES;
DTMDefaultBaseIterators.java 400 if (_nodeType >= DTM.NTYPES) {
477 if (nodeType >= DTM.NTYPES) {
484 if (eType < DTM.NTYPES) {
776 if (nodeType >= DTM.NTYPES) {
781 if (expType < DTM.NTYPES) {
940 if (nodeType >= DTM.NTYPES) {
947 if (eType < DTM.NTYPES) {
1202 if (nodeType >= DTM.NTYPES) {
1209 if (expType < DTM.NTYPES)
    [all...]
DTMDefaultBase.java 990 if (nodeType < DTM.NTYPES) {
996 || (eType >= DTM.NTYPES
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 195 else if (_nodeType >= DTM.NTYPES) {
280 // need to compare the expType with DTM.NTYPES. A child node of
283 // type greater than or equal to DTM.NTYPES.
288 if (eType >= DTM.NTYPES)
331 if (_exptype2(node) >= DTM.NTYPES) {
380 if (_nodeType >= DTM.NTYPES) {
386 if (expType < DTM.NTYPES) {
484 while ((node = _nextsib2(node)) != DTM.NULL && _exptype2(node) < DTM.NTYPES) {}
738 while (node != NULL && node != startNodeID && _exptype2(node) < DTM.NTYPES) {
778 if (_exptype2(node) >= DTM.NTYPES) {
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/
DTM.java 166 public static final short NTYPES = 14;
    [all...]

Completed in 84 milliseconds