MindFusion.Java Package Programmer's Guide
XmlPersistContext.readShort Method (String, Element)
See Also
 






Reads a short value with the specified name.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public short readShort (
    String elementName,
    Element parentElement
)

 Parameters

elementName

The name of the element to read.

parentElement

The parent element.

 Return Value

The short value that was read.

 See Also

readShort Method Overload List
XmlPersistContext Members
XmlPersistContext Class
com.mindfusion.charting Namespace