Interface ExternalObject
-
public interface ExternalObject"Opaque" object in the object graph that knows how to persist itself to XML. TODO: ExternalObjectReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()Type name of this object.voidsaveTo(ContentHandler receiver)Saves the object into XML.
-
-
-
Method Detail
-
getType
String getType()
Type name of this object. This will be used when loading the object back from XML.
-
saveTo
void saveTo(ContentHandler receiver)
Saves the object into XML.
-
-