TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.logging.core
Interface IExternalizableToXml

All Known Subinterfaces:
CommonBaseEvent, ISerializableAsXml
All Known Implementing Classes:
CommonBaseEventImpl, CommonBaseEventImpl, CommonBaseEventImpl, CommonBaseEventLogRecord

public interface IExternalizableToXml

Interface for serializing the content of implementing java.lang.Objects to XML fragments .


Method Summary
 java.lang.String externalizeCanonicalXmlDocString()
          Serializes the content of the implementing java.lang.Object to an XML document.
 java.lang.String externalizeCanonicalXmlString()
          Serializes the content of the implementing java.lang.Object to an XML fragment.
 

Method Detail

externalizeCanonicalXmlString

java.lang.String externalizeCanonicalXmlString()
Serializes the content of the implementing java.lang.Object to an XML fragment.

Returns:
The resultant XML fragment of the serialized java.lang.Object.

externalizeCanonicalXmlDocString

java.lang.String externalizeCanonicalXmlDocString()
Serializes the content of the implementing java.lang.Object to an XML document.

Returns:
The resultant XML document of the serialized java.lang.Object.

TPTP 4.6.0 Platform Project
Public API Specification