|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface controling the ability to write objects in XML.
Method Summary | |
String |
getDOMTagHierarchy()
Returns the XML hierarchy tag names. |
String |
getDOMTagName()
Returns the XML tag name for this object. |
Element |
toDOMTree(Element element)
The method writes the current object in the DOMTree. |
void |
toDOMTreeAsRef(Element element)
The method which writes the current object as a reference in the DOMTree. |
Method Detail |
public Element toDOMTree(Element element)
element
- the current node of DOM document.
public void toDOMTreeAsRef(Element element)
element
- the current node of DOM document.public String getDOMTagHierarchy()
public String getDOMTagName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |