If '>' -> state 1 Stays here while reads WS
(char currChar)
| 430 | * Stays here while reads WS |
| 431 | */ |
| 432 | private void doState13(char currChar) { |
| 433 | if ('>' == currChar){ |
| 434 | elemName = m_modifier.substring(elemNameStart,elemNameEnd); |
| 435 | performActionWithEndElem(elemName); |
| 436 | m_currState = 1; |
| 437 | } |
| 438 | } // doState13 |
| 439 | |
| 440 | /** |
| 441 | This method is responsable with document conversion |
no test coverage detected