|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.xml.LiteralDocument
public class LiteralDocument
XML that can be embedded in objects that can be translated to
or from XML. The root element of these objects is left as-is
by an XMLTranslator
.
Field Summary | |
---|---|
protected org.jdom.Element |
rootElement
|
Constructor Summary | |
---|---|
LiteralDocument()
|
|
LiteralDocument(org.jdom.Element rootElement)
|
Method Summary | |
---|---|
org.jdom.Element |
getRootElement()
|
void |
setRootElement(org.jdom.Element rootElement)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.jdom.Element rootElement
Constructor Detail |
---|
public LiteralDocument()
public LiteralDocument(org.jdom.Element rootElement)
Method Detail |
---|
public org.jdom.Element getRootElement()
public void setRootElement(org.jdom.Element rootElement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |