Search
XmlPersistContext.readShort Method
See Also
 






Reads a short value with the specified name and default value.

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

 Syntax

Java  Copy Code

public short readShort (
    String elementName,
    Element parentElement,
    short defaultValue
)

 Parameters

elementName

The name of the element to read.

parentElement

The parent element.

defaultValue

The default short value.

 Return Value

The short value that was read.

 See Also