Returns the content of an element. If there is no such content, null is returned. @webref xml:method @webBrief Gets the content of an element @return the content. @see XML#getIntContent() @see XML#getFloatContent()
()
| 929 | * @see XML#getFloatContent() |
| 930 | */ |
| 931 | public String getContent() { |
| 932 | return node.getTextContent(); |
| 933 | } |
| 934 | |
| 935 | |
| 936 | public String getContent(String defaultValue) { |
no outgoing calls
no test coverage detected