MindFusion.Java Package Programmer's Guide
XmlPersistContext.readBool Method (String, Element, Boolean)
See Also
 






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

Namespace: com.mindfusion.charting
Package: 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

readBool Method Overload List
XmlPersistContext Members
XmlPersistContext Class
com.mindfusion.charting Namespace