|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.xml.bind.ElementWrapper
public final class ElementWrapper
a wrapper for JAXB allowing to include org.jdom.Elements as
fields.
ElementXmlAdapter| Constructor Summary | |
|---|---|
protected |
ElementWrapper(org.jdom.Element e)
creates a new JDOM wrapper for the given element. |
| Method Summary | |
|---|---|
org.jdom.Element |
getJDOMElement()
returns the wrapped JDOM Element. |
protected org.w3c.dom.Element |
getW3CElement()
returns the wrapped org.jdom.Element as an
org.w3c.dom.Element. |
protected void |
setW3CElement(org.w3c.dom.Element e)
sets the given org.w3c.dom.Element as the wrapped
org.jdom.Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ElementWrapper(org.jdom.Element e)
e - the element to wrap| Method Detail |
|---|
protected void setW3CElement(org.w3c.dom.Element e)
org.w3c.dom.Element as the wrapped
org.jdom.Element.
e - the element to set
protected org.w3c.dom.Element getW3CElement()
throws org.jdom.JDOMException
org.jdom.Element as an
org.w3c.dom.Element.
org.jdom.Element as an
org.w3c.dom.Element
org.jdom.JDOMException - on errors during conversionpublic org.jdom.Element getJDOMElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||