Return the #PCDATA content of the element. If the element has a combination of #PCDATA content and child elements, the #PCDATA sections can be retrieved as unnamed child objects. In this case, this method returns null. @webref xml:method @brief Gets the content of an element @return the content. @s
()
| 884 | * @see XML#getFloatContent() |
| 885 | */ |
| 886 | public String getContent() { |
| 887 | return node.getTextContent(); |
| 888 | } |
| 889 | |
| 890 | |
| 891 | public String getContent(String defaultValue) { |
no outgoing calls
no test coverage detected