public interface XMLRecordable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fieldsToXML()
This methods converts only this object's fields into an XML format representation.
|
XMLRecordable |
toFields(org.w3c.dom.Node xmlNode)
This method transforms an XML node into a real Object's fields.
|
XMLRecordable |
toObject(org.w3c.dom.Node xmlNode)
This method transforms an XML node into a real Object
|
java.lang.String |
toXML()
The method converts any object contained into an XML format representation.
|
static final java.lang.String COPYRIGHT
XMLRecordable toObject(org.w3c.dom.Node xmlNode)
xmlNode - the XML string to be converted to an object.XMLRecordable toFields(org.w3c.dom.Node xmlNode)
xmlNode - the XML node contains the fields to be converted.java.lang.String toXML()
java.lang.String fieldsToXML()