Interface IXMLRepresentable

All Known Subinterfaces:
IStructuredLogMessage

public interface IXMLRepresentable
Interface indicating that object can be represented as XML element.
Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns new element (without parent) representing this message.
  • Method Details

    • representAsXMLElement

      Element representAsXMLElement(Document doc)
      Returns new element (without parent) representing this message.
      Parameters:
      doc - document to use as an element factory
      Returns:
      element (not null)