Search
XmlPersistContext.readObject Method
See Also
 






Reads an object with the specified name.

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

 Syntax

Java  Copy Code

public Object readObject (
    String elementName,
    Element parentElement
)

 Parameters

elementName
The name of the element to read.
parentElement

The parent element.

 Return Value

The object that was read.

 See Also