Method Parser.HTML()->at()
- Method at
 array(int) at()
intat_line()
intat_char()
intat_column()- Description
 Returns the current position. Characters and columns count from
0, lines count from1.at() gives an array with the following layout.
Array int0Line.
int1Character.
int2Column.