Searched refs:exptype (Results 1 – 3 of 3) sorted by relevance
744 int exptype = _exptype(current); // may call nextNode() in next() local749 if (exptype != expandedTypeID) in next()1281 int exptype = m_exptype.elementAt(current); in next() local1283 if (exptype != expandedTypeID in next()1344 int exptype = m_exptype.elementAt(current); in next() local1346 if (exptype != expandedTypeID) in next()1537 int exptype = _exptype(current); // may call nextNode() in next() local1539 if (exptype == NULL) in next()1542 if (exptype != expandedTypeID) in next()
456 def assertSane(self, source, corruption, expvalue=None, exptype=None): argument477 if exptype:478 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'531 exptype='Foo')
2031 public final int _exptype2Type(int exptype) in _exptype2Type() argument2033 if (NULL != exptype) in _exptype2Type()2034 return m_extendedTypes[exptype].getNodeType(); in _exptype2Type()3192 protected final String copyElement(int nodeID, int exptype, in copyElement() argument3196 final ExtendedType extType = m_extendedTypes[exptype]; in copyElement()3344 protected final void copyAttribute(int nodeID, int exptype, in copyAttribute() argument3356 final ExtendedType extType = m_extendedTypes[exptype]; in copyAttribute()