Search
SerializeTagEvent.getRepresentation Method
See Also
 






Gets 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 Element getRepresentation ()

 Return 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