TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.logging.core
Interface IInternalizableFromXml

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

public interface IInternalizableFromXml

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


Method Summary
 void internalizeCanonicalXmlDocString(java.lang.String value)
          De-serializes an XML document to the content of the implementing java.lang.Object.
 void internalizeCanonicalXmlString(java.lang.String value)
          De-serializes an XML fragment to the content of the implementing java.lang.Object.
 

Method Detail

internalizeCanonicalXmlString

void internalizeCanonicalXmlString(java.lang.String value)
De-serializes an XML fragment to the content of the implementing java.lang.Object.

Parameters:
value - The XML fragment to be de-serialized.

internalizeCanonicalXmlDocString

void internalizeCanonicalXmlDocString(java.lang.String value)
De-serializes an XML document to the content of the implementing java.lang.Object.

Parameters:
value - The XML document to be de-serialized.

TPTP 4.6.0 Platform Project
Public API Specification