public void enterList() {
   currentList = ListContext.empty();
   handler.startList();
 }