MCPcopy Index your code
hub / github.com/processing/processing / getContent

Method getContent

core/src/processing/data/XML.java:886–888  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

884 * @see XML#getFloatContent()
885 */
886 public String getContent() {
887 return node.getTextContent();
888 }
889
890
891 public String getContent(String defaultValue) {

Callers 3

odsParseSheetMethod · 0.95
LineOfTextMethod · 0.80
odsAppendNotNullMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected