Search
XmlPersistContext.writeChar Method
See Also
 






Write a char value with the specified name.

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

 Syntax

Java  Copy Code

public Element writeChar (
    Character charValue,
    String elementName,
    Element parentElement
)

 Parameters

charValue

The char value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created element.

 See Also