Name | Arguments | Description |
getColumn
| |
Returns the column number of this tag in the source.
|
getName
| |
Returns the name of this tag. For end tag, it starts with "/".
|
getRow
| |
Returns the line number of this tag in the source.
|
isClosed
| |
Returns true if this tag is closed. This can either be an end tag
or a self-closed tag.
|