Search
XmlPersistContext.writeBool Method
See Also
 






Writes a boolean value with the specified name.

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