Search
XmlPersistContext.readString Method
See Also
 






Reads a string value with the specified name and default value.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public String readString (
    String elementName,
    Element parentElement,
    String defaultValue
)

 Parameters

elementName

The name of the element.

parentElement

The parent element.

defaultValue

The default value.

 Return Value

The string that was read.

 See Also