MCPcopy Index your code
hub / github.com/benfry/processing4 / getContent

Method getContent

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

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()

()

Source from the content-addressed store, hash-verified

929 * @see XML#getFloatContent()
930 */
931 public String getContent() {
932 return node.getTextContent();
933 }
934
935
936 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