We are preparing to read the and definition of an element Stays in this state while reading WS
(char currChar)
| 402 | * Stays in this state while reading WS |
| 403 | */ |
| 404 | private void doState11(char currChar){ |
| 405 | if (!isWhiteSpace(currChar)){ |
| 406 | m_currState = 12; |
| 407 | elemNameStart = m_cursor - 1; |
| 408 | } |
| 409 | } // doState11 |
| 410 | |
| 411 | /** |
| 412 | * Here we read the element's name ...this is an end tag |