toXml abstract method

void toXml(
  1. XmlBuilder builder
)

Converts the party's details into XML format.

This method needs to be implemented by subclasses to define how the party details should be represented in XML. It uses the XmlBuilder to generate the necessary XML structure.

Implementation

void toXml(XmlBuilder builder);