MindFusion.Java Package Programmer's Guide
XmlPersistContext.writeBool Method
See Also
 






Writes a boolean value with the specified name.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeBool (
    boolean boolValue,
    String elementName,
    Element parentElement
)

 Parameters

boolValue

The bool value to write.

elementName

The name of the element.

parentElement

The parent element.

 Return Value

The newly creted Element.

 See Also

XmlPersistContext Members
XmlPersistContext Class
com.mindfusion.charting Namespace