Searched defs:exptype (Results 1 – 3 of 3) sorted by relevance
744 int exptype = _exptype(current); // may call nextNode() in next() local1281 int exptype = m_exptype.elementAt(current); in next() local1344 int exptype = m_exptype.elementAt(current); in next() local1537 int exptype = _exptype(current); // may call nextNode() in next() local
2031 public final int _exptype2Type(int exptype) in _exptype2Type()3192 protected final String copyElement(int nodeID, int exptype, in copyElement()3344 protected final void copyAttribute(int nodeID, int exptype, in copyAttribute()
456 def assertSane(self, source, corruption, expvalue=None, exptype=None): argument