Returns the content of an element as an int . If there is no such content, either null or the provided default value is returned. @webref xml:method @webBrief Gets the content of an element as an int @return the content. @see XML#getContent() @see XML#getFloatContent()
()
| 950 | * @see XML#getFloatContent() |
| 951 | */ |
| 952 | public int getIntContent() { |
| 953 | return getIntContent(0); |
| 954 | } |
| 955 | |
| 956 | |
| 957 | /** |