public class Xpp3DomWriter extends Object
| Constructor and Description |
|---|
Xpp3DomWriter() |
public static void write(Writer writer, Xpp3Dom dom) throws IOException
writer - Writerdom - Xpp3DomIOException - if writing fails.public static void write(PrintWriter writer, Xpp3Dom dom) throws IOException
writer - PrintWriterdom - Xpp3DomIOException - if writing fails.public static void write(XMLWriter xmlWriter, Xpp3Dom dom) throws IOException
xmlWriter - XMLWriterdom - Xpp3DomIOException - if writing fails.public static void write(XMLWriter xmlWriter, Xpp3Dom dom, boolean escape) throws IOException
xmlWriter - XMLWriterdom - Xpp3Domescape - true/false.IOException - if writing fails.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.