@webref xml:method @brief Gets the content of an element as an int @return the content. @see XML#getContent() @see XML#getFloatContent()
()
| 902 | * @see XML#getFloatContent() |
| 903 | */ |
| 904 | public int getIntContent() { |
| 905 | return getIntContent(0); |
| 906 | } |
| 907 | |
| 908 | |
| 909 | /** |