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 XmlWriterModifier and TypeMethodDescriptionprotected final XmlWriterXmlDataSetWriter.getXmlWriter()Returns theXmlWriterthat is used for writing out XML. -
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()Writes the XML declaration, if an encoding is set.XmlWriter.writeDoctype(String systemId, String publicId) Writes aDOCTYPEdeclaration for the dataset, if a system or public id is given.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.