This method reads a char and increments the m_cursor
()
| 513 | * This method reads a char and increments the m_cursor |
| 514 | */ |
| 515 | private char read(){ |
| 516 | return m_modifier.charAt(m_cursor ++); |
| 517 | }//read |
| 518 | |
| 519 | /** |
| 520 | * This is the action when we finished to read the entire tag |