Uses of Class
org.dbunit.util.xml.XmlWriter
Packages that use XmlWriter
-
Uses of XmlWriter in org.dbunit.dataset.xml
Methods in org.dbunit.dataset.xml that return XmlWriter -
Uses of XmlWriter in org.dbunit.util.xml
Methods in org.dbunit.util.xml that return XmlWriterModifier and TypeMethodDescriptionXmlWriter.endElement()End the current element.XmlWriter.writeAttribute(String attr, String value) Write an attribute out for the current element.XmlWriter.writeAttribute(String attr, String value, boolean literally) Write an attribute out for the current element.XmlWriter.writeCData(String cdata) Write out a chunk of CDATA.XmlWriter.writeComment(String comment) Write out a chunk of comment.XmlWriter.writeDeclaration()XmlWriter.writeDoctype(String systemId, String publicId) XmlWriter.writeElement(String name) Begin to write out an element.XmlWriter.writeElementWithText(String name, String text) A helper method.XmlWriter.writeEmptyElement(String name) A helper method.Output body text.Output body text.