|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcometa.translator.DOMtoJDOM
public class DOMtoJDOM
This class translates a DOM document to JDOM.
Constructor Summary | |
---|---|
DOMtoJDOM(org.w3c.dom.Document dom)
It creates a new instance of |
Method Summary | |
---|---|
org.jdom.Document |
convert()
It translates a DOM document to JDOM. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMtoJDOM(org.w3c.dom.Document dom) throws org.jdom.JDOMException
DOMtoJDOM.
dom
- The DOM document to be translated to JDOM.
org.jdom.JDOMException
Method Detail |
---|
public org.jdom.Document convert() throws org.jdom.JDOMException, java.io.IOException
org.jdom.JDOMException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |