101102103104105106107108109110111
void ChkPage(String expected) { int count = 0; SpeechForm form = m_writer.m_form; for(FormElement el : form.m_fieldL) { if (el instanceof Question) { chkQuestion((Question)el, expected); count++; }