|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.util.Dom4jUtil
public class Dom4jUtil
| Constructor Summary | |
|---|---|
Dom4jUtil()
|
|
| Method Summary | |
|---|---|
static org.dom4j.Document |
toDom4j(org.w3c.dom.Document w3cDocument)
Convert a W3C document to a Dom4j Document |
static java.lang.String |
toString(org.dom4j.Document document)
Convert Dom4j document to string completely formatted |
static void |
write(org.dom4j.Document document,
java.io.OutputStream outputStream,
java.lang.String encoding)
Write a document completely formatted to an outputstream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dom4jUtil()
| Method Detail |
|---|
public static void write(org.dom4j.Document document,
java.io.OutputStream outputStream,
java.lang.String encoding)
throws java.io.UnsupportedEncodingException,
java.io.IOException
document - outputStream - encoding -
java.io.UnsupportedEncodingException
java.io.IOExceptionpublic static java.lang.String toString(org.dom4j.Document document)
document -
public static org.dom4j.Document toDom4j(org.w3c.dom.Document w3cDocument)
w3cDocument -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||