Implement XMLParser.get_current_line()
This commit is contained in:
parent
100d223736
commit
415c7dda37
3 changed files with 31 additions and 26 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<method name="get_current_line" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Gets the current line in the parsed file (currently not implemented).
|
||||
Gets the current line in the parsed file, counting from 0.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_named_attribute_value" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue