|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.archiva.xml.XMLWriter
public class XMLWriter
XMLWriter - Making writing XML files easier.
| Constructor Summary | |
|---|---|
XMLWriter()
|
|
| Method Summary | |
|---|---|
static void |
write(org.dom4j.Document doc,
java.io.Writer writer)
Write the Document to the provided Writer, leaving the Writer open. |
static void |
write(org.dom4j.Document doc,
java.io.Writer writer,
boolean close)
Write the Document to the provided Writer, with an option to close the writer upon completion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLWriter()
| Method Detail |
|---|
public static void write(org.dom4j.Document doc,
java.io.Writer writer)
throws XMLException
doc - the document to write.writer - the writer to write to.
XMLException - if there was a problem writing the xml to the writer.
public static void write(org.dom4j.Document doc,
java.io.Writer writer,
boolean close)
throws XMLException
doc - the document to write.writer - the writer to write to.close - true to close the writer on completion.
XMLException - if there was a problem writing the xml to the writer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||