Search
SerializeTagEvent.setRepresentation Method
See Also
 






Sets the root element of the XML representation of the tag object being serialized / deserialized.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setRepresentation (
    Element value
)

 Parameters

value

An instance of the Element class representing the node in the XML document, containing the tag representation.

 Remarks

When serializing tags use this XML element as a root of the tag representation by adding child elements to it. When deserializing the tag use this XML element as a root of the tag representation by reading child elements from it.

 See Also