Search
XmlPersistContext.writeInt Method
See Also
 






Writes an integer value with the specified name.

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

 Syntax

Java  Copy Code

public Element writeInt (
    int intValue,
    String elementName,
    Element parentElement
)

 Parameters

intValue

The int value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also