|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.princeton.wordnet.browser.domw3c.Converter
public class Converter
Convert domw3c to com4j and back
Constructor Summary | |
---|---|
Converter()
|
Method Summary | |
---|---|
static org.dom4j.Document |
convert(org.w3c.dom.Document doc1)
Convert to dom4j document |
static org.w3c.dom.Document |
convert(org.dom4j.Document doc1)
Convert to w3c document |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Converter()
Method Detail |
---|
public static org.dom4j.Document convert(org.w3c.dom.Document doc1)
doc1
- w3c document
public static org.w3c.dom.Document convert(org.dom4j.Document doc1) throws org.dom4j.DocumentException
doc1
- dom4j document
org.dom4j.DocumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |