Search
XmlPersistContext.readBool Method
See Also
 






Reads a boolean value with the specified name from the specified parent element and default value.

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

 Syntax

Java  Copy Code

public boolean readBool (
    String elementName,
    Element parentElement,
    boolean defaultValue
)

 Parameters

elementName

The name of the element that is read.

parentElement

The parent element.

defaultValue

The default value.

 Return Value

The boolean value that was read.

 See Also