|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXMLEncodable
Objects of this type can be transformed into xml. Classes that implement this interface should also define one or two constants that give further description of about the constructed element. As they are static, these constants cannot be part of this interface, but they are presented here in commented form. PLEASE DO NOT DELETE THEM!
Field Summary | |
---|---|
static java.lang.String |
FIELD_XML_ELEMENT_CONTAINER_NAME
|
static java.lang.String |
FIELD_XML_ELEMENT_NAME
|
static java.lang.String |
XML_ATTR_ID
The id attribute used for a lot of tags. |
static java.lang.String |
XML_ATTR_VERSION
The version attribute used for a lot of tags. |
Method Summary | |
---|---|
org.w3c.dom.Element |
toXmlElement(org.w3c.dom.Document a_doc)
Return an element that can be appended to the document. |
Field Detail |
---|
static final java.lang.String XML_ATTR_VERSION
static final java.lang.String XML_ATTR_ID
static final java.lang.String FIELD_XML_ELEMENT_NAME
static final java.lang.String FIELD_XML_ELEMENT_CONTAINER_NAME
Method Detail |
---|
org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
a_doc
- a document
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |