Search
SerializeTagEvent.getContext Method
See Also
 






Gets a context object that can help you write and read various values.

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

 Syntax

Java  Copy Code

public XmlSerializationContext getContext ()

 Return Value

An instance of the XmlSerializationContext class.

 Remarks

It is recommended to operate with the underlying XML document by the methods of this object.

 See Also