Search
XmlPersistContext.readBool Method
See Also
 






Reads a boolean value with the specified name.

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

 Syntax

Java  Copy Code

public boolean readBool (
    String elementName,
    Element parentElement
)

 Parameters

elementName

The name of the element whose value is read.

parentElement

The parent element.

 Return Value

The result boolean value.

 See Also