Search
XmlPersistContext.readHashtable Method
See Also
 






Reads a hashtable with the specified name.

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

 Syntax

Java  Copy Code

public Map<Object, Object> readHashtable (
    String elementName,
    Element parentElement
)

 Parameters

elementName

  The name of the element to read.

parentElement

The parent element.

 Return Value

A Map<Object, Object> value that represents the hashtable that was read.

 See Also