Search
XmlPersistContext.writeByte Method
See Also
 






Write a byte value with the specified name.

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

 Syntax

Java  Copy Code

public Element writeByte (
    byte byteValue,
    String elementName,
    Element parentElement
)

 Parameters

byteValue

The byte value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created element.

 See Also