Searched refs:exptype (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java744 int exptype = _exptype(current); // may call nextNode()
749 if (exptype != expandedTypeID)
1281 int exptype = m_exptype.elementAt(current);
1283 if (exptype != expandedTypeID
1344 int exptype = m_exptype.elementAt(current);
1346 if (exptype != expandedTypeID)
1537 int exptype = _exptype(current); // may call nextNode()
1539 if (exptype == NULL)
1542 if (exptype != expandedTypeID)
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java2031 public final int _exptype2Type(int exptype) argument
2033 if (NULL != exptype)
2034 return m_extendedTypes[exptype].getNodeType();
3188 * @param exptype The expanded type of the Element node
3192 protected final String copyElement(int nodeID, int exptype, argument
3196 final ExtendedType extType = m_extendedTypes[exptype];
3341 * @param exptype The expanded type of the Element node
3344 protected final void copyAttribute(int nodeID, int exptype, argument
3356 final ExtendedType extType = m_extendedTypes[exptype];

Completed in 45 milliseconds