public IonType getType() {
   return (_curr == null) ? null : _curr.getType();
 }